InterviewSolution
Saved Bookmarks
| 1. |
Google Maps - Show In Map / Show Route In Customer Or Vendor Card? |
|
Answer» I figured out how to show customer/vendor ADDRESSES in Google maps without typing the address MANUALLY in the browser. Just add a BUTTON with this code in the on push trigger to the customer/vendor CARD. HYPERLINK ('http://www.google.de/maps?f=Q&hl=en&q=' +Address+' '+"Post Code"+' '+City); I figured out how to show customer/vendor addresses in Google maps without typing the address manually in the browser. Just add a button with this code in the on push trigger to the customer/vendor card. HYPERLINK ('http://www.google.de/maps?f=q&hl=en&q=' +Address+' '+"Post Code"+' '+City); |
|