Follow us on GitHub

com.google.gwt.maps.client.layers
Class BicyclingLayer

java.lang.Object
  extended by com.google.gwt.core.client.JavaScriptObject
      extended by com.google.gwt.maps.client.mvc.MVCObject<BicyclingLayer>
          extended by com.google.gwt.maps.client.layers.BicyclingLayer

public class BicyclingLayer
extends MVCObject<BicyclingLayer>

A layer showing bike lanes and paths. This class extends MVCObject.

See BicyclingLayer API Doc


Constructor Summary
protected BicyclingLayer()
          use newInstance();
 
Method Summary
 MapWidget getMap()
           
static BicyclingLayer newInstance()
          A layer that displays bike lanes and paths and demotes large roads.
 void setMap(MapWidget mapWidget)
           
 
Methods inherited from class com.google.gwt.maps.client.mvc.MVCObject
bindTo, bindTo, bindTo, changed, createInstanceOfMVCObject, get, notify, set, setValues, unbind, unbindAll
 
Methods inherited from class com.google.gwt.core.client.JavaScriptObject
cast, createArray, createFunction, createObject, equals, hashCode, toSource, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BicyclingLayer

protected BicyclingLayer()
use newInstance();

Method Detail

newInstance

public static final BicyclingLayer newInstance()
A layer that displays bike lanes and paths and demotes large roads.


setMap

public final void setMap(MapWidget mapWidget)

getMap

public final MapWidget getMap()


Follow us on GitHub

Copyright © 2011-2012 Gone Vertical LLC. All Rights Reserved.