GoogleMaps AddMarker2 wrong type

warwound

Expert
Licensed User
Longtime User
The GoogleMaps AddMarker2 method accepts a parameter for HueColor which is an Int.
The documentation states: "The last parameter sets the marker's hue color. It should be one of the HUE constants."

Yet all of the HUE_???? constants are of type Float.

Martin.
 
Top