Gets the AR pose corresponding to a geolocation using the provided VPS2 transformer.
- Parameters:
- transformer: The transformer to use for the pose calculation.
- location: The geolocation to convert into an AR pose.
- Returns: The pose in the device's AR coordinate space.
- Note: Callers should ensure transformer.trackingState != .unavailable before using the result.
Gets the AR pose corresponding to a geolocation using the provided VPS2 transformer.
- Parameters:
- transformer: The transformer to use for the pose calculation.
- location: The geolocation to convert into an AR pose.
- Returns: The pose in the device's AR coordinate space.
- Note: Callers should ensure
transformer.trackingState != .unavailablebefore using the result.