setMarkerShadow
Jump to navigation
Jump to search
Hover & click on the images for descriptions
Description
- Description:
- Sets the shadow property of given marker.
Syntax
- Syntax:
- marker setMarkerShadow shadowState
- Parameters:
- marker: String - The marker
- shadowState: Boolean - True to enable the shadow, false to disable it
- Return Value:
- Nothing
Examples
- Example 1:
-
_myMarker setMarkerShadow true; // Enable shadow
Additional Information
- See also:
- markerShadow setMarkerShadowLocal
- Groups:
- Markers