|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.radiusnetworks.navigationkit.MapLocation
public class MapLocation
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 |
---|
protected MapLocation(Context context)
Method Detail |
---|
public PointF getPixelCoords()
public void setPixelCoords(PointF pixelCoords)
public MapConfig getMap()
public void setMap(MapConfig map)
public java.lang.String getMapId()
public double getUncertaintyRadiusMeters()
public void setUncertaintyRadiusMeters(double uncertaintyRadiusMeters)
public long getUncertaintyRadiusPixels()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |