Geopoint on Rest to Map Maker
Makes no difference at all.
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
Makes no difference at all.
How can I get some support on this please ?
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.
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;