If I set a variable up in the java in Google Maps as listed below, is there anyway to read it from B4A?
I am looking to get the data out of the Java variable 'chicago' into one in B4A. Any libraries or other tricks that might work. One fact is they are both in memory on the device at the same time. Seems there should be a way.:sign0085:
Thanks,
Margret
B4X:
var map;
var chicago = new google.maps.LatLng(41.850033, -87.6500523);
I am looking to get the data out of the Java variable 'chicago' into one in B4A. Any libraries or other tricks that might work. One fact is they are both in memory on the device at the same time. Seems there should be a way.:sign0085:
Thanks,
Margret