Converting an HTML element to a String/Object

83 Views Asked by At

I'm creating an AngularJS app that basically has a table and a search bar. The table is locations, and when you click on a link its supposed to take you to said location via an embedded Google Map. Im having trouble with the Map when I try to Pan it to the new location. Here is what the app looks:SiteSearch App

Is there anyway to be able to click on a name/coordinates (name is preferred so I can remove the coordinates column) and convert the coordinates to a string/object that I can use to set a location on Google Maps?

Thanks in advance!!!

0

There are 0 best solutions below