-
- All Implemented Interfaces:
-
com.google.maps.android.data.renderer.model.Style
public final class PointStyle implements Style
A data class representing the style for a PointGeometry.
-
-
Method Summary
Modifier and Type Method Description final IntegergetColor()final StringgetIconUrl()final FloatgetHeading()final FloatgetAnchorU()final FloatgetAnchorV()final FloatgetScale()-
-
Method Detail
-
getIconUrl
final String getIconUrl()
-
getHeading
final Float getHeading()
-
getAnchorU
final Float getAnchorU()
-
getAnchorV
final Float getAnchorV()
-
-
-
-