cjmartin2 / OneWarmCoat-android

One Warm Coat Android app
3 stars 0 forks source link

Add markerID to PickupRequest table #15

Closed cjmartin2 closed 10 years ago

cjmartin2 commented 10 years ago

When user clicks on a marker, query Parse for PickupRequests with that markerID.

cjmartin2 commented 10 years ago

This actually won't work, because every device will generate a different markerID. Switching back to HashMap implementation.

cjmartin2 commented 10 years ago

With new google-maps-utils the PickupRequest implements ClusterItem, which allows us access to the marker and pickuprequest data.