devinpoore / sPawtted

https://spawtted.herokuapp.com/
0 stars 1 forks source link

Google Maps API #7

Open JoeLearns2Code opened 5 years ago

JoeLearns2Code commented 5 years ago

We will need to utilize Google Maps on the main page to show location points where pets are reported as missing or found.

This will likely require at least Markers & Geocoding calls.

Markers: https://developers.google.com/maps/documentation/javascript/markers Geocoding: https://developers.google.com/maps/documentation/javascript/geocoding

Location data to be pulled from the Lost Pets, Found and Sightings tables, creating points on the Map.

Map location can default to user's location at the start, but will update with user input.

JoeLearns2Code commented 5 years ago

I've added some google maps code to my branch--not sure if we want to go this way or another approach, will discuss tomorrow.