I’m building Android application which using TMapView component.
I inspiring by this article Working with TMapView …
I do this steps:
Collect API key in Google Developer console
Allow Map service Entitlement List
Put API Key on field in version info card
Allow Access network state
But in my application shown only blank map (gray square with google logo and +- zoom buttons)
MapView.MapType I tried Normall,Terrain, … but it is same
Where can be a problem ?