Example usage for com.google.gwt.maps.client MapWidget getMapTypeRegistry

List of usage examples for com.google.gwt.maps.client MapWidget getMapTypeRegistry

Introduction

In this page you can find the example usage for com.google.gwt.maps.client MapWidget getMapTypeRegistry.

Prototype

public MapTypeRegistry getMapTypeRegistry() 

Source Link

Document

gets a registry of MapType instances

Usage

From source file:pl.itrack.client.local.services.maps.TricitySchemaService.java

License:Apache License

private void initialize(MapWidget assignedMapWidget) {
    assignedMapWidget.getMapTypeRegistry().set(MAP_TYPE_ID, getCitySchemaMapType());
    assignedMapWidget.setMapTypeId(MAP_TYPE_ID);
}