Loading...
Searching...
No Matches
MapObjectType Enum Reference

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.
 

Detailed Description

Enum defining the type of map object.

Referenced from MapObject.

Definition at line 18 of file map_object_type.dart.

Member Data Documentation

◆ CIRCLE

MapObjectType.CIRCLE

Circle. CircleMapObject.

Definition at line 43 of file map_object_type.dart.

◆ DOTTED_POLYLINE

MapObjectType.DOTTED_POLYLINE

DottedPolyline. DottedPolylineMapObject.

Definition at line 38 of file map_object_type.dart.

◆ ICON

MapObjectType.ICON

Icon. IconMapObject.

Definition at line 23 of file map_object_type.dart.

◆ POLYGON

MapObjectType.POLYGON

Polygon. PolygonMapObject.

Definition at line 28 of file map_object_type.dart.

◆ POLYLINE

MapObjectType.POLYLINE

Polyline. PolylineMapObject.

Definition at line 33 of file map_object_type.dart.


The documentation for this enum was generated from the following file: