com.radiusnetworks.navigationkit
Class MapLocation

java.lang.Object
  extended by com.radiusnetworks.navigationkit.MapLocation

public class MapLocation
extends java.lang.Object

Represents a location on a map.


Constructor Summary
protected MapLocation(Context context)
           
 
Method Summary
 MapConfig getMap()
          The MapConfig object for this location's map.
 java.lang.String getMapId()
          The map’s ID, as defined on the server.
 PointF getPixelCoords()
           
 double getUncertaintyRadiusMeters()
          The amount of uncertainty that this location has.
 long getUncertaintyRadiusPixels()
          The amount of uncertainty that this location has in pixels
 void setMap(MapConfig map)
           
 void setPixelCoords(PointF pixelCoords)
           
 void setUncertaintyRadiusMeters(double uncertaintyRadiusMeters)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MapLocation

protected MapLocation(Context context)
Method Detail

getPixelCoords

public PointF getPixelCoords()

setPixelCoords

public void setPixelCoords(PointF pixelCoords)

getMap

public MapConfig getMap()
The MapConfig object for this location's map.

Returns:

setMap

public void setMap(MapConfig map)

getMapId

public java.lang.String getMapId()
The map’s ID, as defined on the server.

Returns:

getUncertaintyRadiusMeters

public double getUncertaintyRadiusMeters()
The amount of uncertainty that this location has.

Returns:

setUncertaintyRadiusMeters

public void setUncertaintyRadiusMeters(double uncertaintyRadiusMeters)

getUncertaintyRadiusPixels

public long getUncertaintyRadiusPixels()
The amount of uncertainty that this location has in pixels

Returns: