get link in google map info box -


How to "Send to a Friend", "Print Map", and "Get Directions" link in the marker different links How to get the information box related to that marker.

Is there an API to get this type of link? ??

Thanks in advance.

There is nothing clear in the Google Maps API that will show maps.google.com InfoWindow, The functionality must be built on its own. For the functionality you've specified, you can do the following:

  • Send to Friend - The user has something to email to your site URL at the specified email address. Server side code?
  • Print map - a link to a cut-down page that displays an image (for equal space). There will be a better and more predictable job of printing an image from different browsers, which they expect from Google Maps DIV.
  • Get Directions - You can use the object at the address of Gocoded and display driving directions between those two points (with more instructions on the map).

Comments

Popular posts from this blog

c# - ListView onScroll event -

PHP - get image from byte array -

Linux Terminal Problem with Non-Canonical Terminal I/O app -