Hello,
is there any possibility to convert an address (street, city, zip) to a geo (lat, long) code?
I want to grab the address of the next google calender event and push it to the navigation system of my car (over MercedesME 2020 integration). Unfortunately the api needs the lat/long coordinates and gcal only offers an address.
i’ve seen there are many api’s out there and i took a closer look at geloky.com but i’m not sure how to call the the rest command with different inputs.
GET https://geloky.com/api/geo/geocode?address=350, 5th Avenue, New York, 10018, United States&key=YOUR_API_KEY&format=geloky
so in general i would have to create a sensor in my configuration with variable input? or is there any more easy way to implement this feature?
thanks in advance!