org.deltava.beans
Interface MapEntry

All Superinterfaces:
GeoLocation
All Known Subinterfaces:
IconMapEntry, MarkerMapEntry, TabbedMapEntry
All Known Implementing Classes:
ACARSMapEntry, Airport, AirportLocation, Certificate, Controller, DispatchMapEntry, Intersection, MapRouteEntry, METAR, NavigationDataBean, NavigationFrequencyBean, NDB, NetworkUser, Pilot, PilotLocation, PositionData, RouteEntry, Runway, RunwayDistance, TAF, VOR, WeatherDataBean

public interface MapEntry
extends GeoLocation

An interface to define icon formatting for entries that can be displayed in Google Maps.

Since:
1.0
Version:
2.6
Author:
Luke

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

BLUE

static final String BLUE
Blue Google Maps icon, displayed as $static/img/maps/point_blue.png

See Also:
Constant Field Values

GREEN

static final String GREEN
Green Google Maps icon, displayed as $static/img/maps/point_green.png

See Also:
Constant Field Values

ORANGE

static final String ORANGE
Orange Google Maps icon, displayed as $static/img/maps/point_orange.png

See Also:
Constant Field Values

PURPLE

static final String PURPLE
Purple Google Maps icon, displayed as $static/img/maps/point_purple.png

See Also:
Constant Field Values

RED

static final String RED
Red Google Maps icon, displayed as $static/img/maps/point_red.png

See Also:
Constant Field Values

WHITE

static final String WHITE
White Google Maps icon, displayed as $static/img/maps/point_white.png

See Also:
Constant Field Values

YELLOW

static final String YELLOW
Yellow Google Maps icon, displayed as $static/img/maps/point_yellow.png

See Also:
Constant Field Values

GREY

static final String GREY
Grey Google Maps icon, displayed as $static/img/maps/point_grey.png

See Also:
Constant Field Values

BROWN

static final String BROWN
Brown Google Maps icon, displayed as $static/img/maps/point_brown.png

See Also:
Constant Field Values

COLORS

static final String[] COLORS
All Google Maps icon colors.


LINECOLORS

static final String[] LINECOLORS
Google Maps line colors.

See Also:
GoogleMapsColor.GoogleMapsColor(String)
Method Detail

getInfoBox

String getInfoBox()
Returns the text to display in this marker's infobox if displayed in a Google Map.

Returns:
the infobox HTML text, or null if no infobox to be displayed


Copyright © 2004-2009 Global Virtual Airlines Group. All Rights Reserved.