[Solved] Create an URL that contains informations to center the map present on the site linked [closed]


What kind of solution? Google Maps API

How? You should read well the Google Maps API documentation which is extensive and packed with code samples.

Now, in a nutshell, your map needs to know some basic information which you MUST provide, that information is geographical location which comes in latitudes and longitudes. Then you must provide this information to your html page. How? It’s up to you…querystrings are a good fit for this scenario. Then, parse this information using javascript, create the Google Maps Location object, add a pointer using this location and center the map using this pointer. Simple. Again, for more information read the documentation and then come back and ask a more specific question.

1

solved Create an URL that contains informations to center the map present on the site linked [closed]