public class Marker
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
int |
color
Background color for a marker can be overridden at this level.
|
android.graphics.Bitmap |
image
If set, this is the image we'll use for this marker.
|
MaplyTexture[] |
images
If set we'll animate these images one after the other over the duration.
|
Point2d |
loc
The location in geographic (WGS84) radians.
|
double |
period
If images are passed in, this is the time it will take to cycle through them all.
|
boolean |
selectable
Turn this on if you want the marker object to be selectable.
|
Point2d |
size
Size of the marker on screen.
|
MaplyTexture |
tex
If set, we'll use this texture instead of the image.
|
java.lang.Object |
userObject
For selection, we include a user accessible object pointer.
|
Constructor and Description |
---|
Marker() |
public Point2d loc
public Point2d size
public android.graphics.Bitmap image
public MaplyTexture tex
public MaplyTexture[] images
public double period
public int color
public boolean selectable
public java.lang.Object userObject