Package | Description |
---|---|
org.netbeans.html.geo.spi |
Service provider interfaces for those willing to
provide their own way
of obtaining proper geolocation. |
Modifier and Type | Method and Description |
---|---|
protected void |
GLProvider.callback(GLProvider.Query c,
long timestamp,
Coords position,
Exception ex)
Invoke this method when your provider obtained requested location.
|
protected abstract Watch |
GLProvider.start(GLProvider.Query c)
Start obtaining geolocation.
|
Copyright © 2018 NetBeans. All rights reserved.