Topic: Search place not working.. help meee

i am using  OnlineMapsGoogleGeocoding.Find(string) to search place. it's working last day but today it's not working..

Re: Search place not working.. help meee

Hello.

Try to make a request with a key:

OnlineMapsGoogleGeocoding.Find(new OnlineMapsGoogleGeocoding.GeocodingParams(placeName)
{
    key = googleAPIKey
})
Kind Regards,
Infinity Code Team.

Boost your productivity a lot and immediately using Ultimate Editor Enhancer. Trial and non-commerce versions available.

Re: Search place not working.. help meee

it's working.. thanks you very much !!