ConsumerMapStyle

public interface ConsumerMapStyle

Contains the methods for customizing the style of UI elements managed by the ConsumerMapFragment.

Public Method Summary

abstract MarkerStyleOptions
getMarkerStyleOptions(int type)
Gets the marker options that influence the style of a specific Google Map marker.
abstract PolylineStyleOptions
getPolylineStyleOptions(int type)
Gets the polyline options that influence the style of a specific Google Map polyline.
abstract void
setMarkerStyleOptions(int type, MarkerStyleOptions options)
Sets the marker options that influence the style a specific Google Map marker.
abstract void
setPolylineStyleOptions(int type, PolylineStyleOptions options)
Sets the polyline options that influence the style a specific Google Map polyline.

Public Methods

public abstract MarkerStyleOptions getMarkerStyleOptions (int type)

Gets the marker options that influence the style of a specific Google Map marker.

public abstract PolylineStyleOptions getPolylineStyleOptions (int type)

Gets the polyline options that influence the style of a specific Google Map polyline.

public abstract void setMarkerStyleOptions (int type, MarkerStyleOptions options)

Sets the marker options that influence the style a specific Google Map marker.

public abstract void setPolylineStyleOptions (int type, PolylineStyleOptions options)

Sets the polyline options that influence the style a specific Google Map polyline.