Example usage for com.google.gwt.maps.client HasMap interface-usage

List of usage examples for com.google.gwt.maps.client HasMap interface-usage

Introduction

In this page you can find the example usage for com.google.gwt.maps.client HasMap interface-usage.

Usage

From source file com.google.mobile.trippy.web.client.base.NullMap.java

public class NullMap implements HasMap {

    @Override
    public void fitBounds(HasLatLngBounds bounds) {
        throw new IllegalStateException("Illegal invocation");
    }