Java com.google.gwt.maps.client MapType fields, constructors, methods, implement or subclass

Example usage for Java com.google.gwt.maps.client MapType fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.google.gwt.maps.client MapType.

The text is from its open source code.

Constructor

MapType(TileLayer[] layers, Projection projection, String name)
Creates a new custom map type from the tile layers, projection, and name.

Method

ListgetDefaultMapTypes()
Returns G_DEFAULT_MAP_TYPES as an Java Array of MapType objects.
MapTypegetEarthMap()
Returns a map type that shows Google Earth using the browser plugin.
MapTypegetHybridMap()
Returns a map type that shows transparent street maps over Google Earth satellite images.
MapTypegetMarsElevationMap()
Returns a map type displays a shaded relief map of the surface of Mars.
MapTypegetMarsInfraredMap()
Returns a map type displays a shaded infrared map of the surface of Mars.
ListgetMarsMapTypes()
Turns G_MARS_MAP_TYPES into an immutable of MapType objects.
MapTypegetMarsVisibleMap()
Returns a map type that displays photographs taken from orbit around Mars.
intgetMaximumResolution()
Returns the highest zoom level at which this map type is defined for a given point.
intgetMinimumResolution()
Returns the lowest zoom level at which this map type is defined for a given point.
ListgetMoonMapTypes()
Turns G_MOON_MAP_TYPES into an immutable list of MapType objects.
StringgetName(boolean shortName)
Returns the translated, human-readable string name of the map type.
MapTypegetNormalMap()
Returns the normal street map type.
MapTypegetPhysicalMap()
Returns a map type that shows a terrain view.
MapTypegetSatelliteMap()
Returns a map type that shows Google Earth satellite images.
ListgetSkyMapTypes()
Turns G_SKY_MAP_TYPES into an immutable list of MapType objects.
MapTypegetSkyVisibleMap()
Returns a map type shows a mosaic of the sky.