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

Go to the source code of this file.

Enumerations

enum  AGSKMLColorMode { AGSKMLColorModeNormal = 0 , AGSKMLColorModeRandom = 1 }
 

Enumeration Type Documentation

◆ AGSKMLColorMode

A KML color mode object.

Since
100.6
Enumerator
AGSKMLColorModeNormal 

Normal is the default value. This means that whatever Color property is set for the KMLColorStyle will be used.

AGSKMLColorModeRandom 

Random means whatever color value is set for the KMLColorStyle will be overwritten by a random color.