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:
-
polylineStyleOptions Polyline style options that are being set. polylineType Polyline 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:
-
markerStyleOptions Marker style options that are being set. markerType Marker type that is being set
- (GMTCPolylineStyleOptions *) polylineStyleOptionsForType: | (GMTCPolylineType) | polylineType |
Retrieves polyline style options for a type of polyline.
- Parameters:
-
polylineType Retrieves polyline style options for this type.
- (GMTCMarkerStyleOptions *) markerStyleOptionsForType: | (GMTCCustomizableMarkerType) | markerType |
Retrieves marker style options for a marker type.
- Parameters:
-
markerType Retrieves marker stlye options for this type.