| Package | Description |
|---|---|
| com.rapidclipse.framework.server.webapi.geolocation |
| Modifier and Type | Method and Description |
|---|---|
static PositionOptions |
PositionOptions.Default() |
PositionOptions |
PositionOptions.setEnableHighAccuracy(Boolean enableHighAccuracy) |
PositionOptions |
PositionOptions.setMaximumAge(Integer maximumAge) |
PositionOptions |
PositionOptions.setTimeout(Integer timeout) |
| Modifier and Type | Method and Description |
|---|---|
void |
Geolocation.getCurrentPosition(PositionOptions options)
Ask the device for its current geographic location.
|
com.vaadin.flow.shared.Registration |
Geolocation.watchPosition(PositionOptions options)
Queries the geographic location of the device.
|
Copyright © 2020 XDEV Software Corp.. All rights reserved.