djkazic / apex

A geolocation-based game utilizing Google Maps and Google Places
0 stars 0 forks source link

Generation of POI code #1

Open djkazic opened 8 years ago

djkazic commented 8 years ago

Use Google Places

djkazic commented 8 years ago

Entry for population density as well.

id (primary) name (name) density (float) lat lng

Returning these points should be done on a lat/lng basis with distance calculations

Validating is done in two ways: a projected circle from the POI, and server-sided validation of lat-lng pairs.

djkazic commented 8 years ago

POI is working in server-sided injection. Distance calculations are not yet implemented.