Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 1.25 KB

Location_Finder.md

File metadata and controls

32 lines (25 loc) · 1.25 KB

Location Finder - [source code]

This component uses Google Maps API to generate locations.

This component requires an internet connection and a secure connection (HTTPS), it runs for free up to 2,500 requests per day. Once you go over this limit the component doesn't work. For informations about the rules of use of Google Maps API, take a look at this link: https://developers.google.com/maps/pricing-and-plans/#details

Special thanks goes to Google Maps.

Inputs

  • address [Required]

Write a location address. For example,

'Colosseum, Rome' OR . 'Colosseum, Piazza del Colosseo, 1, 00184 Roma, Italy'

  • APIKey [Required]

Your Google PLACES API KEY. Generate one from: https://developers.google.com/maps/documentation/geocoding/get-api-key

Outputs

  • readMe!

...

  • location

A list of text summarizing the location data in the weather file (use this to construct the sun path).

[Check Hydra Example Files for Location Finder](https://hydrashare.github.io/hydra/index.html?keywords=Ladybug_Location Finder)