Hello everyone, I'm trying to make an app that logs the latitude and longitude into a table sent by sms.
The following code for testing has only 2 points location...
My question would be how do I convert all points into array. And please do suggest if there is a better way to do this.
Thanks in advance,
microbox
The following code for testing has only 2 points location...
B4X:
url = "http://maps.googleapis.com/maps/api/staticmap?center=%2011.232887,125.002113&markers=11.232887,125.002123|11.233897,125.002219&zoom=16&size=600x300&path=color:0x000fff|weight:5|11.232887,125.002123|11.233897,125.002219&key=AIzaSyBYVvwxxy--xxxxxxxxxxxxxxxx"
WebView1.LoadUrl(url)
Thanks in advance,
microbox
Last edited: