com.google.maps.android.data.renderer.model.Style
public final class LineStyle implements Style
A data class representing the style for a LineString.
private final Integer
color
private final Float
width
private final Boolean
geodesic
LineStyle(Integer color, Float width, Boolean geodesic)
final Integer
getColor()
final Float
getWidth()
final Boolean
getGeodesic()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
final Integer getColor()
final Float getWidth()
final Boolean getGeodesic()