ArcGIS Runtime SDK for iOS: AGSKMLPlacemark.h File Reference
ArcGIS Runtime SDK for iOS  100.15
AGSKMLPlacemark.h File Reference

Go to the source code of this file.

Enumerations

enum  AGSKMLGraphicType {
  AGSKMLGraphicTypeNone = 0 , AGSKMLGraphicTypePoint = 1 , AGSKMLGraphicTypePolyline = 2 , AGSKMLGraphicTypePolygon = 3 ,
  AGSKMLGraphicTypeExtrudedPoint = 4 , AGSKMLGraphicTypeExtrudedPolyline = 5 , AGSKMLGraphicTypeExtrudedPolygon = 6 , AGSKMLGraphicTypeModel = 7 ,
  AGSKMLGraphicTypeMultiGeometry = 8 , AGSKMLGraphicTypeUnknown = -1
}
 

Enumeration Type Documentation

◆ AGSKMLGraphicType

The list of KML graphic types.

Since
100.4
Enumerator
AGSKMLGraphicTypeNone 

There is no geometry present.

AGSKMLGraphicTypePoint 

A point.

AGSKMLGraphicTypePolyline 

A polyline.

AGSKMLGraphicTypePolygon 

A polygon.

AGSKMLGraphicTypeExtrudedPoint 

An extruded point.

AGSKMLGraphicTypeExtrudedPolyline 

An extruded polyline.

AGSKMLGraphicTypeExtrudedPolygon 

An extruded polygon.

AGSKMLGraphicTypeModel 

A model.

AGSKMLGraphicTypeMultiGeometry 

A multi-geometry. This is a container for geometries.

AGSKMLGraphicTypeUnknown 

Unknown KML graphic type.