Geo - daneden/Twift GitHub Wiki

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?