Interface MarkerMapEntry
- All Superinterfaces:
GeoLocation,MapEntry
- All Known Implementing Classes:
ACARSMapEntry,ACARSRouteEntry,Airport,AirportLocation,ATCMapEntry,ConnectedUser,Controller,DispatchMapEntry,Gate,GroundMapEntry,Intersection,MapRouteEntry,METAR,NavigationDataBean,NavigationFrequencyBean,NDB,Pilot,PilotLocation,PositionData,RouteEntry,Runway,RunwayDistance,RunwayThreshold,RunwayUse,SelectableGate,TAF,VOR,WeatherDataBean,XARouteEntry
An interface to define entries that can be displayed in Google Maps using a standard marker.
- Since:
- 2.2
- Version:
- 2.2
- Author:
- Luke
-
Field Summary
Fields 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 icon color for this entry if displayed in a Google Map.Methods inherited from interface org.deltava.beans.GeoLocation
distanceFeet, distanceTo, getLatitude, getLongitudeMethods inherited from interface org.deltava.beans.MapEntry
getInfoBox
-
Method Details
-
getIconColor
String getIconColor()Returns the icon color for this entry if displayed in a Google Map.- Returns:
- the icon color
-