setGeolocation(options: { latitude: 37.7749, longitude: -122.4194, accuracy: 100 })
Returns true if the geolocation was successfully set.
Definition
Arguments
options
GeolocationOptions!
Options specifying the latitude, longitude, and optionally accuracy of the geolocation.
Returns
Boolean! TheBoolean
scalar type represents true
or false
.