|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface MapEntry
An interface to define icon formatting for entries that can be displayed in Google Maps.
| Field Summary | |
|---|---|
static String |
BLUE
Blue Google Maps icon, displayed as $static/img/maps/point_blue.png |
static String |
BROWN
Brown Google Maps icon, displayed as $static/img/maps/point_brown.png |
static String[] |
COLORS
All Google Maps icon colors. |
static String |
GREEN
Green Google Maps icon, displayed as $static/img/maps/point_green.png |
static String |
GREY
Grey Google Maps icon, displayed as $static/img/maps/point_grey.png |
static String[] |
LINECOLORS
Google Maps line colors. |
static String |
ORANGE
Orange Google Maps icon, displayed as $static/img/maps/point_orange.png |
static String |
PURPLE
Purple Google Maps icon, displayed as $static/img/maps/point_purple.png |
static String |
RED
Red Google Maps icon, displayed as $static/img/maps/point_red.png |
static String |
WHITE
White Google Maps icon, displayed as $static/img/maps/point_white.png |
static String |
YELLOW
Yellow Google Maps icon, displayed as $static/img/maps/point_yellow.png |
| Fields inherited from interface org.deltava.beans.GeoLocation |
|---|
ALL, DEGREE_MILES, LAT_DIRECTIONS, LATITUDE, LON_DIRECTIONS, LONGITUDE |
| Method Summary | |
|---|---|
String |
getInfoBox()
Returns the text to display in this marker's infobox if displayed in a Google Map. |
| Methods inherited from interface org.deltava.beans.GeoLocation |
|---|
getLatitude, getLongitude |
| Field Detail |
|---|
static final String BLUE
static final String GREEN
static final String ORANGE
static final String PURPLE
static final String RED
static final String WHITE
static final String YELLOW
static final String GREY
static final String BROWN
static final String[] COLORS
static final String[] LINECOLORS
GoogleMapsColor.GoogleMapsColor(String)| Method Detail |
|---|
String getInfoBox()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||