Sunday 22 May 2016

Common Google Map Location & Direction direct link

By using these Direct get Google Map URL we could redirect easily location and direction with route and zoom option on Map.


//Highlight a location Google MAP API link
https://map.google.com/maps?q=Capricorn+Identity+Services+Pvt.+Ltd.,+New+Delhi,+Delhi+110092,+India

//prompt starting point for given direction Google MAP API link
https://map.google.com/maps?daddr=Capricorn+Identity+Services+Pvt.+Ltd.,+New+Delhi,+Delhi+110092,+India

//With a set location as starting point (Automatically generates directions with no user input required) Google MAP API link
https://map.google.com/maps?saddr=Capricorn+Identity+Services+Pvt.+Ltd.,+New+Delhi,+Delhi+110092,+India

//Direction from "My Location" as starting point (Automatically) to destination given as "daddr" Google MAP API link
https://map.google.com/maps?saddr=My+Location&daddr=Capricorn+Identity+Services+Pvt.+Ltd.,+709,+Plot-7,+District+Centre,,+Roots+Tower,+Laxmi+Nagar,+Laxmi+Nagar+Commercial+Complex,+Swasthya+Vihar,+New+Delhi,+Delhi+110092,+India

//Direction from My current Location to Latitude and Longitude Google MAP API link
https://map.google.com/maps?saddr=My+Location&daddr=28.6380271,77.2850957

//Search near by bank ATM or blood bank Latitude and Longitude Google MAP API link
//Also shows setting a default zoom level Google MAP API link
https://map.google.com/maps?ll=28.6380271,77.2850957&q=bank+atm&z=8
https://map.google.com/maps?ll=My+Location&q=bank+atm&z=8

Note: Spaces can be changed to "+" or encoded as "%20".