I am using the maps api and google play services. I have a debug key, I think i have followed all the steps to use the api but my map is blank. Has anyone used the maps api and gotten this?
ex:
In a class that extends SupportMapFragment:
private GoogleMap mGoogleMap;
mGoogleMap= getMap();
mGoogleMap.setLocationWbabled(true);
in the googleMap object fy [whatever thaty is] is null
and fx has a value. So far I have seen no messages in logcat that help me. Though I confess I am not great at the debugger yet.
ex:
In a class that extends SupportMapFragment:
private GoogleMap mGoogleMap;
mGoogleMap= getMap();
mGoogleMap.setLocationWbabled(true);
in the googleMap object fy [whatever thaty is] is null
and fx has a value. So far I have seen no messages in logcat that help me. Though I confess I am not great at the debugger yet.