public static class Marker.Projection
extends java.lang.Object
Constructor and Description |
---|
Projection() |
Modifier and Type | Method and Description |
---|---|
java.util.Optional<Vector> |
getPoint()
Projection coordinates.
|
boolean |
isPinned()
Pinned flag.
|
void |
setPinned(boolean pinned)
Pinned flag.
|
void |
setPoint(Vector point)
Projection coordinates, may be null.
|