Hi, i have simple mobile webpage that display google map with set of markers that are loaded from a server (JSON).
it also has filter by drop down menu of some tags that the user can use to show matching markers and hide others. when the markers are loaded the first time, i don't see any problem. but when i select one option , "ALL" which is to show all the markers again after it has been hidden , i experience the most slowness and lag i also see some lag when filtring by other tags. i only see this problem in my "state of the art" Galaxy Nexus (Android ICS 4.0) using the default browser. the page runs find in firefox on the same device runs fine on other androids (older versions , older devices) runs fine on iphone Is not that strange !? anyone faced this problem before? --- for the code -- i store all the markers in an array and then loop through them when filtring and change visibility using setVisible(boolean). -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-maps-js-api-v3/-/Xge6FHvgUskJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-maps-js-api-v3?hl=en.
