LocationManagerFactory

interface LocationManagerFactory extends HybridObject

Methods

createLocation(...)

createLocation(latitude: number, longitude: number): Location

Creates 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): LocationManager

Create a new LocationManager with the given LocationManagerOptions

On this page