|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.hdtourist.view.utils.LocalizacionView
public class LocalizacionView
The Class LocalizacionView.
Field Summary | |
---|---|
private com.nutiteq.geometry.Line |
circle
The circle. |
private com.nutiteq.components.MapPos |
circlePos
The circle pos. |
private float |
circleRadius
The circle radius. |
private float |
circleScale
The circle scale. |
private java.util.List<com.nutiteq.components.MapPos> |
circleVerts
The circle verts. |
private com.nutiteq.vectorlayers.GeometryLayer |
layer
The layer. |
private static int |
NR_OF_CIRCLE_VERTS
La constante NR_OF_CIRCLE_VERTS. |
private float |
projectionScale
The projection scale. |
private boolean |
visible
The visible. |
Constructor Summary | |
---|---|
LocalizacionView(com.nutiteq.vectorlayers.GeometryLayer layer)
Instantiates a new localizacion view. |
Method Summary | |
---|---|
void |
setLocation(com.nutiteq.projections.Projection proj,
android.location.Location location)
Fija el location. |
void |
setVisible(boolean visible)
Sets the visible. |
void |
update(float zoom)
Update. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private static final int NR_OF_CIRCLE_VERTS
private com.nutiteq.geometry.Line circle
private com.nutiteq.components.MapPos circlePos
private float circleRadius
private float circleScale
private java.util.List<com.nutiteq.components.MapPos> circleVerts
private final com.nutiteq.vectorlayers.GeometryLayer layer
private float projectionScale
private boolean visible
Constructor Detail |
---|
public LocalizacionView(com.nutiteq.vectorlayers.GeometryLayer layer)
layer
- the layerMethod Detail |
---|
public void setLocation(com.nutiteq.projections.Projection proj, android.location.Location location)
proj
- the projlocation
- the locationpublic void setVisible(boolean visible)
visible
- the new visiblepublic void update(float zoom)
zoom
- the zoom
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |