public static interface UserLocationMarkerManager.LocationAndAngleApplier
Modifier and Type | Method and Description |
---|---|
void |
applyAngleToMarker(Marker marker,
float angle)
Applies the given angle to the marker.
|
void |
applyLocationToMarker(Marker marker,
Location location)
Applies the given location to the marker.
|