GMTCConsumerMapStyleCoordinator
@interface GMTCConsumerMapStyleCoordinator : NSObjectContainer class for the custom UI options for elements of the GMTCMapView.
- 
                  
                  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 polylineStyleOptionsis internally copied.DeclarationSwift func setPolylineStyleOptions(_ polylineStyleOptions: GMTCPolylineStyleOptions?, polylineType: GMTCPolylineType)Objective-C - (void)setPolylineStyleOptions: (nullable GMTCPolylineStyleOptions *)polylineStyleOptions polylineType:(GMTCPolylineType)polylineType;ParameterspolylineStyleOptionsPolyline style options that are being set. polylineTypePolyline type that is being set 
- 
                  
                  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 markerStyleOptionsis internally copied.DeclarationSwift func setMarkerStyleOptions(_ markerStyleOptions: GMTCMarkerStyleOptions?, markerType: GMTCCustomizableMarkerType)Objective-C - (void)setMarkerStyleOptions: (nullable GMTCMarkerStyleOptions *)markerStyleOptions markerType:(GMTCCustomizableMarkerType)markerType;ParametersmarkerStyleOptionsMarker style options that are being set. markerTypeMarker type that is being set 
- 
                  
                  Retrieves polyline style options for a type of polyline. DeclarationSwift func polylineStyleOptions(for polylineType: GMTCPolylineType) -> GMTCPolylineStyleOptionsObjective-C - (nonnull GMTCPolylineStyleOptions *)polylineStyleOptionsForType: (GMTCPolylineType)polylineType;ParameterspolylineTypeRetrieves polyline style options for this type. 
- 
                  
                  Retrieves marker style options for a marker type. DeclarationSwift func markerStyleOptions(for markerType: GMTCCustomizableMarkerType) -> GMTCMarkerStyleOptionsObjective-C - (nonnull GMTCMarkerStyleOptions *)markerStyleOptionsForType: (GMTCCustomizableMarkerType)markerType;ParametersmarkerTypeRetrieves marker stlye options for this type.