List of usage examples for com.google.gwt.maps.client.layers KmlLayerOptions newInstance
public static final KmlLayerOptions newInstance()
From source file:org.wannatrak.client.MapController.java
License:Apache License
public MapController(Mediator mediator, MapWidget mapWidget) { this.mediator = mediator; this.mapWidget = mapWidget; options = KmlLayerOptions.newInstance(); options.setPreserveViewport(true);//from ww w. j av a 2 s . c o m layers = new HashMap<Long, KmlLayer>(); }