Enum MarkerSize

MarkerSize

An enum representing the size of a marker added to a map.

To call an enum, you call its parent class, name, and property. For example, Maps.MarkerSize.TINY.

See also

Properties

PropertyTypeDescription
TINYEnumTiny sized markets (smallest available). Labels will not be visible on markers of this size.
MIDEnumMedium sized markers (largest available).
SMALLEnumSmall sized markers. Labels will not be visible on markers of this size.