public class Polyline extends Overlay
Constructor and Description |
---|
Polyline() |
Polyline(List<LatLng> paths) |
Polyline(List<LatLng> paths,
Object data) |
Modifier and Type | Method and Description |
---|---|
List<LatLng> |
getPaths() |
String |
getStrokeColor() |
double |
getStrokeOpacity() |
int |
getStrokeWeight() |
void |
setPaths(List<LatLng> paths) |
void |
setStrokeColor(String strokeColor) |
void |
setStrokeOpacity(double strokeOpacity) |
void |
setStrokeWeight(int strokeWeight) |
public String getStrokeColor()
public void setStrokeColor(String strokeColor)
public double getStrokeOpacity()
public void setStrokeOpacity(double strokeOpacity)
public int getStrokeWeight()
public void setStrokeWeight(int strokeWeight)
Copyright © 2015. All rights reserved.