I can see the code to get this on this wiki page:
https://wiki.openstreetmap.org/wiki/Slippy_map_tilenames#ECMAScript_.28JavaScript.2FActionScript.2C_etc..29
eg in Python:
Tile numbers to lon./lat.
import math
def num2deg(xtile, ytile, zoom):
n = 2.0 ** zoom
lon_deg = xtile / n * 360.0 - 180.0...
Hi guys,
how to use :
1. copy the starter into your project
If Starter.GPS1.GPSEnabled = False Then
ToastMessageShow("Please enable the GPS device.", True)
StartActivity(Starter.GPS1.LocationSettingsIntent) 'Will open the relevant settings screen.
Else...
Hi Everyone,
I this possible with B4A?
This is the latitude and longitude for a particular location.
Place Name Latitude Longitude
Tewksbury, MA, USA 42.610649 -71.234222
This is the latitude and longitude for where I'm at.
Place Name Latitude Longitude
Lowell, MA, USA 42.640999 -71.316711...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.