Gives the location details.
public class AgentryLocation
All members of AgentryLocation, including inherited members.
ConstructorsModifier and Type | Constructor | Description |
---|---|---|
public | AgentryLocation(boolean, double, double, int, double) | Constructs a new AgentryLocation object. |
Modifier and Type | Method | Description |
---|---|---|
public double | getDilution() | Retrieves the dilution. |
public double | getLatitude() | Retrieves the latitude. |
public double | getLongitude() | Retrieves the longitude. |
public int | getSatellites() | Retrieves the number of satellites. |
public boolean | isValid() | Returns whether the location is valid. |
public void | setDilution(double) | Sets the dilution. |
public void | setLatitude(double) | Sets the latitude. |
public void | setLongitude(double) | Sets the longitude. |
public void | setSatellites(int) | Sets the number of satellites. |
public void | setValid(boolean) | Sets whether the location is valid. |