I m searching for the parameter which I can open a map window directly by putting lon/lat as the source param and get my location itself.
something like this and and draw direction on map
https://maps.google.com/maps?from=37.4219720,-122.0841430&to=GET_MY_LOCATION
Thank u
There is no parameter for a automatic detection of your location, you must detect it on your own using e.g: navigator.geolocation
The correct parameters are not
from,toor anything else, they aresaddranddaddr.Example:
https://maps.google.com/maps?saddr=52.5191,13.4060&daddr=52.4244,13.7497