Uses of Class
org.htmlunit.javascript.host.geo.GeolocationCoordinates
-
Packages that use GeolocationCoordinates Package Description org.htmlunit.javascript.host.geo Implementations of the Geolocation JavaScript host objects - users of HtmlUnit shouldn't need anything in this package. -
-
Uses of GeolocationCoordinates in org.htmlunit.javascript.host.geo
Fields in org.htmlunit.javascript.host.geo declared as GeolocationCoordinates Modifier and Type Field Description private GeolocationCoordinates
GeolocationPosition. coordinates_
Methods in org.htmlunit.javascript.host.geo that return GeolocationCoordinates Modifier and Type Method Description GeolocationCoordinates
GeolocationPosition. getCoords()
Returns the coordinates.Constructors in org.htmlunit.javascript.host.geo with parameters of type GeolocationCoordinates Constructor Description GeolocationPosition(GeolocationCoordinates coordinates)
-