[AccessD] Google maps

Stuart McLachlan stuart at lexacorp.com.pg
Sat Apr 27 16:44:08 CDT 2024


On 27 Apr 2024 at 11:58, John Colby wrote:

> So...
> 1) does anyone have a source to use to interpret that part of the url?
> 2) does anyone know how to generate that entire thing, start to fdinish,
> without dumping the address part into google maps and letting the browser
> based app "interpret" it?

https://developers.google.com/maps/documentation ? 

The format seems failry  straightforward and the document should explain the various data 
identifiers. which appreas to be a leading  three character string - "!" followed by "0L" 
 
Each item starts with a header followed by the data
+USA/@33.7833331,-100.138283,5z/  'Map centre and zoom level?
data=
!3m1
!4b1
!4m85
!4m84

Then it is apparently 6 pieces of data for each point on the route.

!1m5 = same for every entry! 
!1m1 = same for every entry! 
!1s0x88646f7df48bd7b9:0xf3817765e325957a = GUIDs ?
!2m2 = same for every entry!
!1d-86.7413824   = Latitude
!2d36.0952999    = Longitude
 




More information about the AccessD mailing list