static GeoLocation.Builder |
GeoLocation.builder() |
|
GeoLocation.Builder |
GeoLocation.Builder.setAccuracy(java.lang.Double accuracy) |
Sets accuracy of horizontal GPS error in meters.
|
GeoLocation.Builder |
GeoLocation.Builder.setAlt(java.lang.Double alt) |
Sets Altitude in meters above or below sea level.
|
GeoLocation.Builder |
GeoLocation.Builder.setAltAccuracy(java.lang.Double altAccuracy) |
Sets Vertical GPS error in meters.
|
GeoLocation.Builder |
GeoLocation.Builder.setArea(java.lang.String area) |
Sets a named area such as a campus or neighborhood.
|
GeoLocation.Builder |
GeoLocation.Builder.setBearing(java.lang.Double bearing) |
Sets GPS bearing (direction in which the entity is heading
to reach its next waypoint), measured in decimal degrees,
relative to true north.
|
GeoLocation.Builder |
GeoLocation.Builder.setBuilding(java.lang.String building) |
Sets a specific building on a street or in an area.
|
GeoLocation.Builder |
GeoLocation.Builder.setCountry(java.lang.String country) |
Sets the nation where the user is located.
|
GeoLocation.Builder |
GeoLocation.Builder.setCountryCode(java.lang.String countryCode) |
Sets The ISO 3166 two-letter country code.
|
GeoLocation.Builder |
GeoLocation.Builder.setDatum(java.lang.String datum) |
Sets GPS Datum.
|
GeoLocation.Builder |
GeoLocation.Builder.setDescription(java.lang.String description) |
Sets A natural-language name for or description of the location.
|
GeoLocation.Builder |
GeoLocation.Builder.setError(java.lang.Double error) |
Deprecated.
|
GeoLocation.Builder |
GeoLocation.Builder.setFloor(java.lang.String floor) |
Sets a particular floor in a building.
|
GeoLocation.Builder |
GeoLocation.Builder.setLat(java.lang.Double lat) |
Sets Latitude in decimal degrees North.
|
GeoLocation.Builder |
GeoLocation.Builder.setLocality(java.lang.String locality) |
Sets Locality within the administrative region,
such as a town or city.
|
GeoLocation.Builder |
GeoLocation.Builder.setLon(java.lang.Double lon) |
Sets Longitude in decimal degrees East.
|
GeoLocation.Builder |
GeoLocation.Builder.setPostalcode(java.lang.String postalcode) |
Sets PostalCode used for postal delivery.
|
GeoLocation.Builder |
GeoLocation.Builder.setRegion(java.lang.String region) |
Sets an administrative region of the nation,
such as a state or province.
|
GeoLocation.Builder |
GeoLocation.Builder.setRoom(java.lang.String room) |
Sets a particular room in a building.
|
GeoLocation.Builder |
GeoLocation.Builder.setSpeed(java.lang.Double speed) |
Sets Speed at which the entity is moving, in meters per second.
|
GeoLocation.Builder |
GeoLocation.Builder.setStreet(java.lang.String street) |
Sets a thoroughfare within the locality, or a crossing of two thoroughfares.
|
GeoLocation.Builder |
GeoLocation.Builder.setText(java.lang.String text) |
Sets a catch-all element that captures any other information about the location.
|
GeoLocation.Builder |
GeoLocation.Builder.setTimestamp(java.util.Date timestamp) |
Sets UTC timestamp specifying the moment when the reading was taken.
|
GeoLocation.Builder |
GeoLocation.Builder.setTzo(java.lang.String tzo) |
Sets the time zone offset from UTC for the current location.
|
GeoLocation.Builder |
GeoLocation.Builder.setUri(java.net.URI uri) |
Sets URI or URL pointing to information about the location.
|