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

Enum underlying type of map object. More...

Public Attributes

 ICON
 icon
 
 FLAT_ICON
 flat icon
 
 POLYGON
 polygon
 
 POLYLINE
 polyline
 
 CIRCLE
 circle
 

Detailed Description

Enum underlying type of map object.

Referenced from MapObject.

Definition at line 17 of file map_object_type.dart.

Member Data Documentation

◆ CIRCLE

MapObjectType.CIRCLE

circle

CircleMapObject

Definition at line 47 of file map_object_type.dart.

◆ FLAT_ICON

MapObjectType.FLAT_ICON

flat icon

FlatIconMapObject

Definition at line 29 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 35 of file map_object_type.dart.

◆ POLYLINE

MapObjectType.POLYLINE

polyline

PolylineMapObject

Definition at line 41 of file map_object_type.dart.


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