public static class GoogleMaps.Place extends GoogleMaps.MapItem
GoogleMaps.Place p1 = new GoogleMaps.Place(); p1.lat = -3.778284; p1.lon = -38.482617; p1.backColor = Color.WHITE; p1.capColor = Color.BLACK; p1.detColor = 0x444444; p1.pinColor = Color.RED; p1.caption = "TotalCross MGP"; p1.fontPerc = 150; p1.detail = "Av Norte 2920\nLuciano Cavalcante\nCearĂ¡ - Brazil";
Modifier and Type | Field and Description |
---|---|
int |
backColor
The item's background color.
|
int |
capColor
The item caption's color.
|
java.lang.String |
caption
An optional caption of the place; shown in bold
|
java.lang.String |
detail
The detail of the place.
|
int |
detColor
The item details' color.
|
int |
fontPerc
The percentage of the font based on the device's original font size.
|
double |
lat
The location of the place
|
double |
lon
The location of the place
|
int |
pinColor
The item pin's color.
|
Constructor and Description |
---|
Place() |
public double lat
public double lon
public java.lang.String caption
public java.lang.String detail
public int backColor
public int capColor
public int detColor
public int pinColor
public int fontPerc