Thank you. Now it works correctly :)
Type: Posts; User: m00zg; Keyword(s):
Thank you. Now it works correctly :)
You can simply reproduce the error using the full code I've pasted yesterday. Just change infoBubble into infobubble. And try longpress on map. The default bubble should be shown, but all I get is...
Thanks, that helps! Listeners are now called.
But now in my more complicated code (not the one I pasted) after clicking a bit on map I'm getting "INDEX_SIZE_ERR: DOM Exception 1: Index or size...
I've tried different combinations and still cannot have it work :confused:. Even with this simple code I've got an error in Chrome it is "Uncaught TypeError: Cannot read property 'cartopoi' of...
I've got the same question and still haven't got the answer. Did you figure out why the listeners aren't called?
What is the correct way to get the route between two points? I've used nokia.mh5.adapters.Route.fetch() and showed route on map by setting as the callback:
function(route_result) {
map.route =...