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

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

Introduction

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

The text is from its open source code.

Method

voidsetBackgroundColor(String backgroundColor)
Color used for the background of the Map div.
voidsetCenter(HasLatLng center)
The initial Map center.
voidsetDraggable(boolean draggable)
If false, prevents the map from being dragged.
voidsetMapTypeControl(boolean mapTypeControl)
The initial enabled/disabled state of the Map type control.
voidsetMapTypeControlOptions(HasMapTypeControlOptions mapTypeControlOptions)
The initial display options for the Map type control.
voidsetMapTypeId(String mapTypeId)
The initial Map mapTypeId.
voidsetNavigationControl(boolean navigationControl)
The initial enabled/disabled state of the navigation control.
voidsetScaleControl(boolean scaleControl)
The initial enabled/disabled state of the scale control.
voidsetZoom(int zoom)
The initial Map zoom level.