I have an app that supports only german & english languages and I need to force a map (or even more - geocoder) to be in one of those languages.
While using REST API we can easily set language so all responses, error messages etc are returned properly translated, but I'm worried that REST limits (2500 requests per IP) will not be enough.
Does anyone know if we can set specific language for Google Maps iOS SDK?