Using the Google Maps SDK for iOS, I am creating a map-based app that displays various commercial locations such as hotels, restaurants, and companies. However, in certain cases, I need to hide these commercial locations and only display street names, park names, or general places.
I came across a solution in JavaScript on how to handle this issue.
How can I disable commercial locations using the Google Maps API?
Another suggestion was to change the map type, but none of the available options suit my needs since I require a normal map type.
Is there a way to achieve this using the Google Maps API on iOS?