Java com.google.gwt.maps.client.overlays CircleOptions fields, constructors, methods, implement or subclass

Example usage for Java com.google.gwt.maps.client.overlays CircleOptions fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.google.gwt.maps.client.overlays CircleOptions.

The text is from its open source code.

Method

CircleOptionsnewInstance()
creates Circle options
voidsetCenter(LatLng center)
Sets the center
voidsetFillColor(String fillColor)
The fill color.
voidsetFillOpacity(double fillOpacity)
The fill opacity between 0.0 and 1.0
voidsetMap(MapWidget mapWidget)
Sets Map on which to display Polyline.
voidsetRadius(double radius)
Sets The radius in meters on the Earth's surface
voidsetStrokeColor(String strokeColor)
Sets The stroke color.
voidsetStrokeOpacity(double strokeOpacity)
Sets The stroke opacity between 0.0 and 1.0
voidsetStrokeWeight(int strokeWeight)
Sets The stroke width in pixels.