MapCode
data class MapCode(val type: MapCodeType, val fullMapCode: String, val territory: String? = null, val code: String? = null)
MapCodes are designed to be short, easy to recognize, remember, and communicate. Every location on Earth can be represented by a MapCode. A MapCode represents a specific location to within a few meters.
Important: This is a Public Preview API. It may be changed or removed at any time.
Constructors
Properties
Link copied to clipboard
Link copied to clipboard
The territory element of the MapCode. The territory element is always in the Latin alphabet. It is empty for an MapCodeType.International.
Link copied to clipboard