LocationMode
public enum LocationMode : String, Encodable
Determines the set of locations used to match entries in locations
to regions on the map.
Values ISO-3, USA-states, country names correspond to features on the base map and value
geojson-id corresponds to features from a custom GeoJSON linked to the geojson
attribute.
-
Undocumented
Declaration
Swift
case ISO3 = "ISO-3"
-
Undocumented
Declaration
Swift
case statesOfUSA = "USA-states"
-
Undocumented
Declaration
Swift
case countryNames = "country names"
-
Undocumented
Declaration
Swift
case geoJsonID = "geojson-id"