Geo Location Addon
Geolocation addon for Vaadin 10
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);
Links
Compatibility
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 10All the features are exposed:
* 3D coordinates with precision
* speed and heading
* timing and precision settings
* error handling
Live demoWeb component repo
Source repo
Web component online demo