GoogleRidesharingConsumer Framework Reference

  • GMTCConsumerMapStyleCoordinator is a container class for customizing the UI elements of a GMTCMapView.

  • You can set custom style options for different polyline types using the setPolylineStyleOptions:polylineType: method, and the option to revert to the default values by setting them to nil is available.

  • The class offers a way to customize marker styles with the setMarkerStyleOptions:markerType: method and also allows reversion to default options.

  • The polylineStyleOptionsForType: and markerStyleOptionsForType: methods enable the retrieval of the current polyline and marker style options for specific types.

GMTCConsumerMapStyleCoordinator

@interface GMTCConsumerMapStyleCoordinator : NSObject

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