Português (Portuguese)
Appearance
Português (Portuguese)
Appearance
STRUCT
SimulatedLocation Contents
identifiergpxFilelondonjohannesburgmoscowmumbaitokyosydneyhongKonghonolulusanFranciscomexicoCitynewYorkrioDeJaneirocustom(gpxFile:)public struct SimulatedLocation: Codable, Equatable, SendableSimulated location represents a GPS location that is used when running an app on the simulator.
identifier public var identifier: String?The identifier of the location (e.g. London, England)
gpxFile public var gpxFile: Path?Path to a .gpx file that indicates the location
london public static var london: SimulatedLocationjohannesburg public static var johannesburg: SimulatedLocationmoscow public static var moscow: SimulatedLocationmumbai public static var mumbai: SimulatedLocationtokyo public static var tokyo: SimulatedLocationsydney public static var sydney: SimulatedLocationhongKong public static var hongKong: SimulatedLocationhonolulu public static var honolulu: SimulatedLocationsanFrancisco public static var sanFrancisco: SimulatedLocationmexicoCity public static var mexicoCity: SimulatedLocationnewYork public static var newYork: SimulatedLocationrioDeJaneiro public static var rioDeJaneiro: SimulatedLocationcustom(gpxFile:) public static func custom(gpxFile: Path) -> SimulatedLocation