You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The createAPIs() and createWrappedAPIs() functions accept new options:
locationServicesParams - Parameters to use when creating the location services.
permissionStoreParams - Parameters to use when creating the permission store.
userParams - Parameters to use when creating the user.
Added the selectedDelegate property of the return value of createDelegatedGeolocation(), which is a function that returns the currently selected delegate.
Added the CreateAPIsParameters type.
Added the CreateWrappedAPIsParameters type.
Added the DelegatedGeolocationParameters type.
Added the LocationServicesParameters type.
Added the UserParameters type.
Changed
[BREAKING] The normalizeCoordinates option of the createUser() function was renamed to createCoordinates.
Removed
[BREAKING] Removed some options from createAPIs() and createWrappedAPIs() :
acquireDelay - use locationServicesParams instead
handleAccessRequest - use userParams instead
lowAccuracyTransform - use userParams instead
permissionStore - use permissionStoreParams instead
[BREAKING] Removed the IsDelegateSelected type.
[BREAKING] Removed the SelectDelegate type.
[BREAKING] Stopped exporting internal classes that shadow W3C classes:
GeolocationCoordinates
GeolocationPositionError
GeolocationPosition
Geolocation
This discussion was created from the release v0.17.0.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Added
createAPIs()andcreateWrappedAPIs()functions accept new options:locationServicesParams- Parameters to use when creating the location services.permissionStoreParams- Parameters to use when creating the permission store.userParams- Parameters to use when creating the user.selectedDelegateproperty of the return value ofcreateDelegatedGeolocation(), which is a function that returns the currently selected delegate.CreateAPIsParameterstype.CreateWrappedAPIsParameterstype.DelegatedGeolocationParameterstype.LocationServicesParameterstype.UserParameterstype.Changed
normalizeCoordinatesoption of thecreateUser()function was renamed tocreateCoordinates.Removed
createAPIs()andcreateWrappedAPIs():acquireDelay- uselocationServicesParamsinsteadhandleAccessRequest- useuserParamsinsteadlowAccuracyTransform- useuserParamsinsteadpermissionStore- usepermissionStoreParamsinsteadIsDelegateSelectedtype.SelectDelegatetype.GeolocationCoordinatesGeolocationPositionErrorGeolocationPositionGeolocationThis discussion was created from the release v0.17.0.
Beta Was this translation helpful? Give feedback.
All reactions