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 | 
|---|---|
| String | getIcons() | 
| List<LatLng> | getPaths() | 
| String | getStrokeColor() | 
| double | getStrokeOpacity() | 
| int | getStrokeWeight() | 
| void | setIcons(String icons) | 
| 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)
public String getIcons()
public void setIcons(String icons)
Copyright © 2020. All rights reserved.