risinghero / Yandex.API.GeoSuggest

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Yandex.API.GeoSuggest

Simple wrapper for Yandex GeoSuggest API. Usage:

var result=await new GeoSuggestClient(apiKeyOption).GeoSuggest(
    new GeoSuggest.GeoSuggestRequest(textOption)
    {
        SearchCenter = (36,1M,55.6M)
    });

About

License:MIT License


Languages

Language:C# 100.0%