[AccessD] Google maps

Stuart McLachlan stuart at lexacorp.com.pg
Sat Apr 27 19:37:46 CDT 2024


Another clue to the !1s:
https://stackoverflow.com/questions/47017387/decoding-the-google-maps-embedded-parameters

Only when changing the parameter !1s0xd62377123a70817:0x85e89b65fcf7c648, 
the map display will break, meaning this parameter decodes the location of the 
pinpoint. 

On 28 Apr 2024 at 10:19, Stuart McLachlan wrote:

> This contains a lot of informatabout that those data items
> https://mstickles.wordpress.com/2015/06/12/gmaps-urls-options/
> 
> On 28 Apr 2024 at 7:44, Stuart McLachlan wrote:
> 
> > 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
> >  
> > 
> > 
> > -- 
> > AccessD mailing list
> > AccessD at databaseadvisors.com
> > https://databaseadvisors.com/mailman/listinfo/accessd
> > Website: http://www.databaseadvisors.com
> > 
> 
> 
> -- 
> AccessD mailing list
> AccessD at databaseadvisors.com
> https://databaseadvisors.com/mailman/listinfo/accessd
> Website: http://www.databaseadvisors.com
> 




More information about the AccessD mailing list