Enum defining the type of map object. More...
Public Attributes | |
ICON | |
Icon. IconMapObject. | |
POLYGON | |
Polygon. PolygonMapObject. | |
POLYLINE | |
Polyline. PolylineMapObject. | |
DOTTED_POLYLINE | |
DottedPolyline. DottedPolylineMapObject. | |
CIRCLE | |
Circle. CircleMapObject. | |
Enum defining the type of map object.
Referenced from MapObject.
Definition at line 18 of file map_object_type.dart.
MapObjectType.CIRCLE |
Circle. CircleMapObject.
Definition at line 43 of file map_object_type.dart.
MapObjectType.DOTTED_POLYLINE |
DottedPolyline. DottedPolylineMapObject.
Definition at line 38 of file map_object_type.dart.
MapObjectType.ICON |
Icon. IconMapObject.
Definition at line 23 of file map_object_type.dart.
MapObjectType.POLYGON |
Definition at line 28 of file map_object_type.dart.
MapObjectType.POLYLINE |
Definition at line 33 of file map_object_type.dart.