Follow us on GitHub

Uses of Class
com.google.gwt.maps.client.overlays.MarkerOptions

Packages that use MarkerOptions
com.google.gwt.maps.client.drawinglib   
com.google.gwt.maps.client.overlays   
com.google.gwt.maps.client.services   
 

Uses of MarkerOptions in com.google.gwt.maps.client.drawinglib
 

Methods in com.google.gwt.maps.client.drawinglib that return MarkerOptions
 MarkerOptions DrawingManagerOptions.getMarkerOptions()
          Options to apply to any new markers created with this DrawingManager.
 

Methods in com.google.gwt.maps.client.drawinglib with parameters of type MarkerOptions
 void DrawingManagerOptions.setMarkerOptions(MarkerOptions markerOptions)
          Options to apply to any new markers created with this DrawingManager.
 

Uses of MarkerOptions in com.google.gwt.maps.client.overlays
 

Methods in com.google.gwt.maps.client.overlays that return MarkerOptions
static MarkerOptions MarkerOptions.newInstance()
          create Marker Options
 

Methods in com.google.gwt.maps.client.overlays with parameters of type MarkerOptions
static Marker Marker.newInstance(MarkerOptions options)
          Creates a marker with the options specified.
 void Marker.setOptions(MarkerOptions options)
          set Options
 

Uses of MarkerOptions in com.google.gwt.maps.client.services
 

Methods in com.google.gwt.maps.client.services that return MarkerOptions
 MarkerOptions DirectionsRendererOptions.getMarkerOptions()
          Options for the markers.
 

Methods in com.google.gwt.maps.client.services with parameters of type MarkerOptions
 void DirectionsRendererOptions.setMarkerOptions(MarkerOptions markerOptions)
          Options for the markers.
 



Follow us on GitHub

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