Directory

← Back

Geo Location Addon

Geolocation addon for Vaadin 10

Author

Rating

Popularity

100+

All the features are exposed:

  • 3D coordinates with precision
  • speed and heading
  • timing and precision settings
  • error handling

Sample code

 GeoLocation geoLocation = new GeoLocation();
        geoLocation.setWatch(true);
        geoLocation.setHighAccuracy(true);
        geoLocation.setTimeout(100000);
        geoLocation.setMaxAge(200000);
        geoLocation.addValueChangeListener( e->{...});
        geoLocation.addErrorListener( e->{...});
        add(geoLocation);

Compatibility

(Loading compatibility data...)

Was this helpful? Need more help?
Leave a comment or a question below. You can also join the chat on Discord or ask questions on StackOverflow.

Version

Released
2018-05-30
Maturity
EXPERIMENTAL
License
MIT License

Compatibility

Framework
Vaadin 10+
Browser
Firefox
Safari
Google Chrome
iOS Browser
Android Browser
Windows Phone
Microsoft Edge

Geo Location Addon - Vaadin Add-on Directory

Geolocation addon for Vaadin 10 Geo Location Addon - Vaadin Add-on Directory
All the features are exposed: * 3D coordinates with precision * speed and heading * timing and precision settings * error handling
Live demo
Web component repo
Source repo
Web component online demo

Geo Location Addon version 1.0-SNAPSHOT

Geo Location Addon version 1.0

Online