Skip to content
daneden edited this page Apr 2, 2022 · 3 revisions

Geo

An object containing details for a location

public struct Geo: Codable 

Inheritance

Codable

Properties

coordinates

The location's coordinates

public let coordinates: Coordinates?

placeId

The location's unique ID

public let placeId: String

type

The GeoJSON type for this object

public let type: GeoJSONType?
Types
Global Variables
Global Functions
Extensions
Clone this wiki locally