MediaLocation
public struct MediaLocation: Codable
A struct containing the location of the media.
-
The location identifier.
Declaration
Swift
public let id: Int
-
The location name.
Declaration
Swift
public let name: String
-
The location coordinates (latitude and logitude).
Declaration
Swift
public var coordinates: CLLocationCoordinate2D