ericnewton76 / gmaps-api-net

C# google maps api interface for interacting with the backend web services for Google Maps

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Address required for Geocode request

douglittl opened this issue · comments

I've been using the Geocoding API to look up the approximate coordinates of a zip code, but it fails because the Address is now required in GeocodingRequest.

The current API states that address OR components is required.

This call works fine, but I can't do it anymore with this library:
https://maps.googleapis.com/maps/api/geocode/json?components=country:US|postal_code:12345