RaphaelTurtlePower / LetsGoApp

The Let's Go App!
0 stars 2 forks source link

Create MapView with DropDown details per map point #3

Closed RaphaelTurtlePower closed 10 years ago

RaphaelTurtlePower commented 10 years ago

First pass on MapView

petervdl commented 10 years ago

Just a clarification -- I don't think we want drop down/pull down markers.

We want flag pins, that are painted as an overlay to the map. We keep a list of where each marker is (lat/long), and attach the list to the map.

RaphaelTurtlePower commented 10 years ago

The plan is to have the user click on the icon, and then have a popup on the item which will link to the detailedView.

RaphaelTurtlePower commented 10 years ago

https://github.com/RaphaelTurtlePower/LetsGoApp/pull/14. See Pull Request.