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

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

Introduction

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

The text is from its open source code.

Method

ImageMapTypeOptionsnewInstance()
This class is used to create a MapType that renders image tiles.
voidsetMaxZoom(int maxZoom)
sets The maximum zoom level for the map when displaying this MapType.
voidsetMinZoom(int minZoom)
sets The minimum zoom level for the map when displaying this MapType.
voidsetName(String name)
set Name to display in the MapTypeControl.
voidsetTileSize(Size size)
sets The tile size.
voidsetTileUrl(TileUrlCallBack callback)
setup a callback to process the url creation Returns a string (URL) for given tile coordinate (x, y) and zoom level.