Gets the geolocation of a pose using the provided VPS2 transformer.
- Parameters:
- transformer: The transformer to use for the geolocation calculation.
- pose: The pose in the device's AR coordinate space.
- Returns: Geolocation data corresponding to the given pose.
- Note: The function may succeed even if the transformer is not localized; callers should
check transformer.trackingState and treat results as invalid if it is .unavailable.
Gets the geolocation of a pose using the provided VPS2 transformer.
- Parameters:
- transformer: The transformer to use for the geolocation calculation.
- pose: The pose in the device's AR coordinate space.
- Returns: Geolocation data corresponding to the given pose.
- Note: The function may succeed even if the transformer is not localized; callers should
check
transformer.trackingStateand treat results as invalid if it is.unavailable.