|
||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of MapType in jp.sf.mapswidgets |
---|
Methods in jp.sf.mapswidgets that return MapType | |
---|---|
MapType |
GoogleMaps.getMapType()
Returns the map type currently in use. |
MapType[] |
GoogleMaps.getSupportedMapTypes()
Returns an array of map types supported by this map. |
static MapType |
MapType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static MapType[] |
MapType.values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Methods in jp.sf.mapswidgets with parameters of type MapType | |
---|---|
void |
GoogleMaps.setMapType(MapType newMapType)
Switches this map to the given map type. |
void |
Marker.showMapWindow(int zoomLevel,
MapType type)
Shows a blowup of the map. |
void |
GoogleMaps.showMapWindow(Point point,
int zoomLevel,
MapType type)
Shows a blowup of the map at the given point. |
void |
GoogleMaps.showMapWindow(Point point,
int zoomLevel,
MapType type,
Size offset)
Shows a blowup of the map at the given point. |
|
||||||||
PREV NEXT | FRAMES NO FRAMES |