I tried to use maps in Apex in version 21. It works nice, but I ran into a few issues:
Look like the automatically zoom in functionality is not working
I used one base query and several layers based on this query. Hoever, I receive Ajax-errors whenever the data for one of the layers is not found. Example: I have a select which returns locations. Based on the status of the location a layer is displayed. status = 1 --> layer 1 --> yellow, status=2 --> layer 2 --> blue. When my query returns only locations with status=1 , I receive an Ajax-error, no-data-found for the second layer.
Anyone an idea? Are these bugs or do I miss something?