Page 2 of 2

Geopoint on Rest to Map Maker

Posted: Wed Jun 10, 2015 7:30 pm
by NigelG

Makes no difference at all.


Geopoint on Rest to Map Maker

Posted: Fri Jun 19, 2015 7:24 am
by NigelG

How can I get some support on this please ?


Geopoint on Rest to Map Maker

Posted: Sat Jun 20, 2015 9:51 am
by Evgene Karachevtsev

Hello Nigel,

We are very sorry for the radio silence here, we are working on it.
I will let you know when have more information from developers team.


Geopoint on Rest to Map Maker

Posted: Thu Jul 02, 2015 3:29 pm
by Serhii Kulibaba

We are sorry for delay.

I get error in console:

Uncaught TypeError: Cannot read property 'fitBounds' of undefined

It is related with page show event handler. You use here map variable before its initialization. Please add
before:
map.fitBounds(bounds);

this code:

var map = Apperyio("detailmap").gmap;