Google Maps API - Get Coordinates of address

前端 未结 4 1646
离开以前
离开以前 2020-11-30 16:27

I would like to convert addresses into long/lat.

Is there any way to do this without using JavaScript? Because in my case there is no need to display anythi

4条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-11-30 17:07

    A Nuget solved my problem:Geocoding.Google 4.0.0. Install it so not necessary to write extra classes etc.

    https://www.nuget.org/packages/Geocoding.Google/

提交回复
热议问题