Interface MapEntry
- All Superinterfaces:
GeoLocation
- All Known Subinterfaces:
IconMapEntry
,MarkerMapEntry
,TabbedMapEntry
- All Known Implementing Classes:
AbstractRoute
,ACARSMapEntry
,ACARSRouteEntry
,Airport
,AirportLocation
,Airspace
,ATCMapEntry
,ConnectedUser
,Controller
,DispatchMapEntry
,FIR
,Gate
,GetFlightReportStatistics.DispatchScheduleRoute
,GroundMapEntry
,ImportRoute
,Intersection
,MapRouteEntry
,METAR
,NavigationDataBean
,NavigationFrequencyBean
,NDB
,Pilot
,PilotLocation
,PositionData
,RouteEntry
,RouteStats
,Runway
,RunwayDistance
,RunwayThreshold
,RunwayUse
,ScheduleRoute
,SelectableGate
,TAF
,VOR
,WeatherDataBean
,XARouteEntry
An interface to define icon formatting for entries that can be displayed in Google Maps.
- Since:
- 1.0
- Version:
- 3.2
- Author:
- Luke
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
Blue Google Maps icon, displayed as $static/img/maps/point_blue.pngstatic final String
Brown Google Maps icon, displayed as $static/img/maps/point_brown.pngstatic final String[]
All Google Maps icon colors.static final String
Green Google Maps icon, displayed as $static/img/maps/point_green.pngstatic final String
Grey Google Maps icon, displayed as $static/img/maps/point_grey.pngstatic final String[]
Google Maps line colors.static final String
Orange Google Maps icon, displayed as $static/img/maps/point_orange.pngstatic final String
Purple Google Maps icon, displayed as $static/img/maps/point_purple.pngstatic final String
Red Google Maps icon, displayed as $static/img/maps/point_red.pngstatic final String
White Google Maps icon, displayed as $static/img/maps/point_white.pngstatic final String
Yellow Google Maps icon, displayed as $static/img/maps/point_yellow.pngFields inherited from interface org.deltava.beans.GeoLocation
ALL, DEGREE_FEET, DEGREE_MILES, FEET_MILES, LAT_DIRECTIONS, LATITUDE, LON_DIRECTIONS, LONGITUDE, RADIAN_MILES
-
Method Summary
Modifier and TypeMethodDescriptionReturns the text to display in this marker's infobox if displayed in a Google Map.Methods inherited from interface org.deltava.beans.GeoLocation
distanceFeet, distanceTo, getLatitude, getLongitude
-
Field Details
-
BLUE
Blue Google Maps icon, displayed as $static/img/maps/point_blue.png- See Also:
-
GREEN
Green Google Maps icon, displayed as $static/img/maps/point_green.png- See Also:
-
ORANGE
Orange Google Maps icon, displayed as $static/img/maps/point_orange.png- See Also:
-
PURPLE
Purple Google Maps icon, displayed as $static/img/maps/point_purple.png- See Also:
-
RED
-
WHITE
White Google Maps icon, displayed as $static/img/maps/point_white.png- See Also:
-
YELLOW
Yellow Google Maps icon, displayed as $static/img/maps/point_yellow.png- See Also:
-
GREY
Grey Google Maps icon, displayed as $static/img/maps/point_grey.png- See Also:
-
BROWN
Brown Google Maps icon, displayed as $static/img/maps/point_brown.png- See Also:
-
COLORS
All Google Maps icon colors. -
LINECOLORS
-
-
Method Details
-
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
-