I started implementing my software using maps api v3. Unfortunatelly i found out that v3 API has some serious issues which draws me back from bying a bussiness licence.
My clients use monitors with HD resolution which is 1920x1080 and the map takes 90% of the screen space. Unfortunatelly here comes the problem i am talking about. When i click with the mouse on the map and start dragging it it is not smootly and it is really annoying. All the fun goes away.
I tried some different scenarious using windows XP, windows 7 and Windows 8. The browsers i am working with are the latest versions of Firefox, Chrome and IE. Here are the results when i try to drag the map:
Interesting facts:
I think that i described the problem as deep as possible and no matter how hard i tried to bypass it i could not find any solution.
I will be glad if somebody shares their opinion on this problem.
P.S. Unfortunatelly i do not have a key for v2 so i can not create an example where you can view the map outside my localhost but i found a web site where there is a side by side comparison (v2 and v3). Try dragging the maps to see the VERY difference.
http://www.wolfpil.de/v2-v3-sidebyside.html
The resolution of the maps is very small and most probably unexperienced users may not see the difference so i will give you also the seperate links to the maps and you just have to use firebug or a similar debuger to make the canvas resolution bigger. Then you will see what i am talking about.
Maps SDK for iOS . Maps for your native iOS app. Places SDK for iOS . Connect your users with information about millions of places. Maps Embed API . Add a Google Map to your site without code or quota limits. Maps JavaScript API . Customize maps with your own content and imagery.
Geolocation API . Location data from cell towers and WiFi nodes. Places API . Up-to-date information about millions of locations. Roads API . Snap-to-road functionality to accurately trace GPS breadcrumbs.
Geolocation API . Location data from cell towers and WiFi nodes. Places API . Up-to-date information about millions of locations. Roads API . Snap-to-road functionality to accurately trace GPS breadcrumbs. Time Zone API . Time zone data for anywhere in the world.
We had issue that we had CSS3 transition added to all elements..
So remove transition and its worked fine..
See example:
#map * {
-moz-transition: none;
-webkit-transition: none;
-o-transition: all 0s ease;
transition: none;
}
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With