Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Variables

Variables

geoLocation

geoLocation: Observable<GeolocationPosition> = ...

Exposes the GeoLocation functionality of the browser as an Observable of {@link GeolocationPosition}s. This is useful if you need to combine the geo-location with other observables. If you do not need the Observable functionality, consider using the native navigator.geolocation directly, since it is full-featured and fairly ergonomic.