'Can a reasonably complex mobile app using Google Maps sdk be built without using map ids?

Google Maps mobile SDK documentation claims that map loads are free if you don't use a map id. Are map ids required to build a reasonably sophisticated mobile app? Can you avoid paying for map loads by avoiding their use?

https://developers.google.com/maps/documentation/android-sdk/usage-and-billing



Solution 1:[1]

A map id is not required for most features.

At this time, only cloud based styling of the basemap requires a map id. All other features do not.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1