public class ModelPosition
extends java.lang.Object
| Constructor and Description |
|---|
ModelPosition(double lat,
double lon,
float rotation) |
| Modifier and Type | Method and Description |
|---|---|
double |
getLat() |
double |
getLon() |
float |
getRotation() |
void |
setPosition(double lat,
double lon,
float rotation) |