garrethil / whereAreMyEvents

0 stars 0 forks source link

Google maps API directions #6

Open garrethil opened 6 months ago

garrethil commented 6 months ago

given a start location and an end location you are given directions through google maps.

bahman927 commented 6 months ago

no key was available to get the location Latitude and location Longitude.

garrethil commented 6 months ago

We will have to use a different api for the locations, open weather only gives you the city and country name. I think it’s called Geocode.

On Sun, Jan 7, 2024 at 12:20 PM Bahman @.***> wrote:

no key were available to define the location Latitude anf location Longitude.

— Reply to this email directly, view it on GitHub https://github.com/garrethil/Project-1/issues/6#issuecomment-1880117499, or unsubscribe https://github.com/notifications/unsubscribe-auth/BCMWZJFKNEK7OQTQHPIEBULYNLKMZAVCNFSM6AAAAABBQOAUQOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQOBQGEYTONBZHE . You are receiving this because you authored the thread.Message ID: @.***>

garrethil commented 6 months ago

actually that's the info that the google directions API will handle. we will have an input to take a starting address that is referenced for all event locations for where the directions start.