On-demand Rides and Deliveries Solution is currently available only to select partners. Contact sales to learn more.

GMTCConsumerMapStyleCoordinator Class Reference

GMTCConsumerMapStyleCoordinator Class Reference

Overview

Container class for the custom UI options for elements of the GMTCMapView.

Public Member Functions

(void) - setPolylineStyleOptions:polylineType:
 Sets the polyline style options for a polyline type.
(void) - setMarkerStyleOptions:markerType:
 Sets the marker style options for a marker type.
(GMTCPolylineStyleOptions *) - polylineStyleOptionsForType:
 Retrieves polyline style options for a type of polyline.
(GMTCMarkerStyleOptions *) - markerStyleOptionsForType:
 Retrieves marker style options for a marker type.

Member Function Documentation

- (void) setPolylineStyleOptions: (nullable GMTCPolylineStyleOptions *)  polylineStyleOptions
polylineType: (GMTCPolylineType polylineType 

Sets the polyline style options for a polyline type.

Setting the options to nil will revert the options to the default values. Note that the given polylineStyleOptions is internally copied.

Parameters:
polylineStyleOptionsPolyline style options that are being set.
polylineTypePolyline type that is being set
- (void) setMarkerStyleOptions: (nullable GMTCMarkerStyleOptions *)  markerStyleOptions
markerType: (GMTCCustomizableMarkerType markerType 

Sets the marker style options for a marker type.

Setting the options to nil will revert the options to the default values. Note that the given markerStyleOptions is internally copied.

Parameters:
markerStyleOptionsMarker style options that are being set.
markerTypeMarker type that is being set

Retrieves polyline style options for a type of polyline.

Parameters:
polylineTypeRetrieves polyline style options for this type.

Retrieves marker style options for a marker type.

Parameters:
markerTypeRetrieves marker stlye options for this type.