names property

Implementation

static core.Map<MapFeatureEnumFeatureType, String> get names =>
    <MapFeatureEnumFeatureType, String>{
      ftypePoi: '''Point of Interest''',
      ftypeFilledpoly: '''Filled Polygon''',
      ftypeContouredpoly: '''Countoured Polygon''',
      ftypeLine: '''Line''',
      ftypeTransponder: '''Transponder''',
      ftypeStartloc: '''Start Location''',
      ftypeHomeref: '''Home Reference''',
    };