Português (Portuguese)
Português (Portuguese)
Appearance
Português (Portuguese)
Português (Portuguese)
Appearance
STRUCT
SimulatedLocation
Contents
identifier
gpxFile
london
johannesburg
moscow
mumbai
tokyo
sydney
hongKong
honolulu
sanFrancisco
mexicoCity
newYork
rioDeJaneiro
custom(gpxFile:)
public struct SimulatedLocation: Codable, Equatable, Sendable
Simulated 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: SimulatedLocation
johannesburg
public static var johannesburg: SimulatedLocation
moscow
public static var moscow: SimulatedLocation
mumbai
public static var mumbai: SimulatedLocation
tokyo
public static var tokyo: SimulatedLocation
sydney
public static var sydney: SimulatedLocation
hongKong
public static var hongKong: SimulatedLocation
honolulu
public static var honolulu: SimulatedLocation
sanFrancisco
public static var sanFrancisco: SimulatedLocation
mexicoCity
public static var mexicoCity: SimulatedLocation
newYork
public static var newYork: SimulatedLocation
rioDeJaneiro
public static var rioDeJaneiro: SimulatedLocation
custom(gpxFile:)
public static func custom(gpxFile: Path) -> SimulatedLocation