public class Rectangle extends Overlay
Constructor and Description |
---|
Rectangle(LatLngBounds bounds) |
Modifier and Type | Method and Description |
---|---|
LatLngBounds |
getBounds() |
String |
getFillColor() |
double |
getFillOpacity() |
String |
getStrokeColor() |
double |
getStrokeOpacity() |
int |
getStrokeWeight() |
void |
setBounds(LatLngBounds bounds) |
void |
setFillColor(String fillColor) |
void |
setFillOpacity(double fillOpacity) |
void |
setStrokeColor(String strokeColor) |
void |
setStrokeOpacity(double strokeOpacity) |
void |
setStrokeWeight(int strokeWeight) |
public Rectangle(LatLngBounds bounds)
public LatLngBounds getBounds()
public void setBounds(LatLngBounds bounds)
public String getStrokeColor()
public void setStrokeColor(String strokeColor)
public double getStrokeOpacity()
public void setStrokeOpacity(double strokeOpacity)
public int getStrokeWeight()
public void setStrokeWeight(int strokeWeight)
public String getFillColor()
public void setFillColor(String fillColor)
public double getFillOpacity()
public void setFillOpacity(double fillOpacity)
Copyright © 2015. All rights reserved.