react-native-vision-camera-locationHybridObjects
LocationManagerFactory
interface LocationManagerFactory extends HybridObjectMethods
createLocation()
createLocation(latitude: number, longitude: number): LocationCreates a new fake Location.
You can use this API to generate a Location
object for use in EXIF data or video metadata, if you already
have a known latitude or longitude from
a different API or a hardcoded fake location.
createLocationManager()
createLocationManager(options: LocationManagerOptions): LocationManagerCreate a new LocationManager
with the given LocationManagerOptions