-
Notifications
You must be signed in to change notification settings - Fork 1.3k
How to draw a dashed line on iOS app? #6033
Comments
Hi @chatwyn. Please send usage questions in to https://www.mapbox.com/help/ per the contributing guidelines. |
I have't find setting lind dashed in the MGLMapViewDelegate . I only find color alpha and lineWidth. |
#1734 tracks adding a dedicated API for this. In the meantime, in iOS SDK v3.4.0 (currently in alpha testing):
|
thanks |
@1ec5 I couldn't find any references to |
You may find this example helpful: https://www.mapbox.com/ios-sdk/examples/runtime-add-line/ |
MGLGeoJSONSource was renamed MGLShapeSource in #7334 because developers usually interact with it in conjunction with MGLShapes rather than GeoJSON source. |
@1ec5 Hello! Now, if you want to make the fillLayer edges into dotted lines, can you only add another layer of lineLayer instead of making changes on the fillLayer? |
How to draw a dashed line on iOS app ?
The text was updated successfully, but these errors were encountered: