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