You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, mapbox-navigation's AppDelegate extends GeocodedPlacemark to include a substring property used to display the address when using search on CarPlay. This property has some complicated logic that we should not expect a developer to replicate. Moving this property to MapboxGeocoder.swift will help developers while also keeping the Example-CarPlay app clean.
The text was updated successfully, but these errors were encountered:
Currently, mapbox-navigation's
AppDelegate
extendsGeocodedPlacemark
to include asubstring
property used to display the address when using search on CarPlay. This property has some complicated logic that we should not expect a developer to replicate. Moving this property to MapboxGeocoder.swift will help developers while also keeping the Example-CarPlay app clean.The text was updated successfully, but these errors were encountered: