Closed wikiro closed 10 years ago
Do you have some source?
If you look at showcase http://gonevertical-apis.appspot.com/
map: Directions Service, Distance=76,2 км Duration=53 мин.
it works slow too...
I don't see any latency with the directions service in the showcase and if there is it most likely network related. The wrapper merely wraps the direction service with a call and callback and doesn't do anything special so it wouldn't slow it down. The showcase does have many maps loading at once so it might slow it down some but I've never noticed. Can you add some timing output so I could get a feeling for how slow?
I might suggest asking javascript user group to see if anybody has had the same issue?
http://wikiroutes.info/spb?routes=674
Zoom map and you will see that markers becomes bigger or smaller and polyline too. It might depend on that maps 3 used canvas. How to disable this? in version maps api 2 they use a < path > tag
Can you add a screen shot to this to show me what you are seeing specifically. I zoomed in on the map and I see the polyline and markers shrinking on the zoomin.
Cool site! Is that yours and could I add that link to the readme?
Opera/9.80 (Windows NT 6.1; WOW64) Presto/2.12.388 Version/12.13
_zoom in:_
_zoom out_
yes, it's my site, yes you can add, thank you
I tried zooming in and out on chrome and I didn't get missing squares yet.
I'm wondering if you could check the chrome inspector to see if there is any javascript errors in the console?
please, try in opera
I don't have control over the rendering in the map since we are just wrapping the javascript methods. I might see what the group might say about this subject: https://groups.google.com/forum/?fromgroups#!forum/google-maps-js-api-v3
A tip, encode your track at multiple levels. Encoded polylines are made sparser at more zoomed out levels, meaning that the points you cannot see at a given level are not rendered. This is making rendering faster. You can use encoded polylines with the library and the encoding utils.
Closing because it is not apparent that this issue is caused by the GWT-Maps-V3-API wrapper. The issue is likely an artifact of the underlying JS lib based on browser and hardware. As such, it is beyond the scope of this project to fix these issues.
Here the example: http://wikiroutes.info/updates/22152
Gooogle maps version 2 was very fast. What is the reason? How to increase perfomance?