Get the list from map on dashboard

Hello, I am trying to making interactive dashboard.

Can I get the record from the map?

Here is the table image

title : US National park

IDNameStateVisited?LatLong
0.8727251084American SamoaAmerican SamoaYes-14.25, -170.68
0.07319206481ArchesUtahYes38.68, -109.57
0.01372118241BadlandsSouth DakotaNo43.75, -102.50
0.6419287799Big BendTexasNo29.25, -103.25
............. ....

โ‚I already have a dashboard "from the List to map".

left side - slice , user can select the state

right side - Map showing the place where in the state which user selected.

 

โ‚Now I would like to have a dashboard "from Map to the List".

left side - Map

right side - list which showed on the map

 

If I look a nation wide map, the list contains all of the park in US.

if I look the half side(East) of the US, the list contains the park in the East side of US.

if I zoom in to Arizona, the list contains the park in Arizona (and the around state).

 

I want to have the list based of 2 aspect I think.

One is the center place of the map.

Another is the zoom level. (Nation wide - State - City - Town...)

 

To look the map, user will do pinch-in, pinch-out or just move, no input items.

 

And also is it OK?

I want to have the list which showed in the map view, also the column selected "Visited" status (User will select Yes or No).

0 1 42
1 REPLY 1

Google Maps' pan, zoom and position can be controlled through a JavaScript API. 

Top Labels in this Space