AgentryLocation class

Gives the location details.

Syntax

public class AgentryLocation

Members

All members of AgentryLocation, including inherited members.

Constructors
Modifier and Type Constructor Description
public AgentryLocation(boolean, double, double, int, double) Constructs a new AgentryLocation object.
Methods
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.