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
The fetchTerrainTexture(_ style:, zoom:, progress: , completion:) takes a style parameter which we need to specify a String for. It would be nice if an enum could be created so we can specify something like satelliteStyle kind of like how the Mapbox SDK has it. This way users don't have to remember to update to the latest version.
The text was updated successfully, but these errors were encountered:
hyerra
changed the title
Provide an enum for common styles.
Provide an enum for common styles
Aug 16, 2018
The
fetchTerrainTexture(_ style:, zoom:, progress: , completion:)
takes a style parameter which we need to specify aString
for. It would be nice if anenum
could be created so we can specify something likesatelliteStyle
kind of like how the Mapbox SDK has it. This way users don't have to remember to update to the latest version.The text was updated successfully, but these errors were encountered: