Sample Google Maps Not Showing Anything on Main Map

Hi,

I could be wrong in my expectations but on the sample google maps project, what actually is expected on the main map screen?

Shouldn’t it be showing all the sales persons and their territories and the like?

Mine is showing just a huge blank map. See image below:

image

Thanks in advance.

Quick update:

Just seen these log…could it have something to do with why my map is blank?

Any workaround for it?

image

So I’ve decided to comment out the getMarkerImageForPerson from the createMarkerForSalesPerson code and at least now my map is showing the info it is supposed to show apart from the sales persons images.

This will do for now as I seek a permanent solution to the PhotoController problem.

 private Marker createMarkerForSalesPerson(Salesperson salesperson) {
        GeoPoint geoPoint = mapviewer_1.createGeoPoint(salesperson.getLatitude(), salesperson.getLongitude());
        Marker marker = mapviewer_1.createMarker("", geoPoint, false);
//        marker.setIcon(getMarkerImageForPerson(salesperson));
        return marker;

Hi,

Thank you for reporting the problem, we’ve fixed it.

Regards,
Gleb