DeviceGeolocation
Wisej.Hybrid.DeviceGeolocation
Last updated
Wisej.Hybrid.DeviceGeolocation
Last updated
Namespace: Wisej.Hybrid
Assembly: Wisej.Hybrid (3.5.0.0)
Provides methods to fetch the user's location.
Access this class through the Device singleton.
Initializes a new instance of DeviceGeolocation.
Gets the device's last known location.
Returns: Location. The last known location.
Gets the device's location.
Returns: Location. The device's location.
Retrieve potential placemarks for a given location specified by coordinates.
lat
The latitude coordinate to find placemarks near.
lon
The longitude coordinate to find placemarks near.
Returns: Placemark[]. List of Placemark that best match the coordinates or if no placemarks are found.
request