Follow us on GitHub

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

java.lang.Object
  extended by com.google.gwt.core.client.JavaScriptObject
      extended by com.google.gwt.maps.client.layers.FusionTablesMarkerOptions

public class FusionTablesMarkerOptions
extends JavaScriptObject



See FusionTablesMarkerOptions API Doc


Constructor Summary
protected FusionTablesMarkerOptions()
          use newInstance();
 
Method Summary
 String getIconName()
          gets The name of a Fusion Tables supported icon.
static FusionTablesMarkerOptions newInstance()
          Options which control the appearance of point features in a FusionTablesLayer.
 void setIconName(String iconName)
          sets The name of a Fusion Tables supported icon.
See list of map icons.
 
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

FusionTablesMarkerOptions

protected FusionTablesMarkerOptions()
use newInstance();

Method Detail

newInstance

public static final FusionTablesMarkerOptions newInstance()
Options which control the appearance of point features in a FusionTablesLayer.


setIconName

public final void setIconName(String iconName)
sets The name of a Fusion Tables supported icon.
See list of map icons.

Parameters:
iconName -

getIconName

public final String getIconName()
gets The name of a Fusion Tables supported icon. See list of map icons.



Follow us on GitHub

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