How do I get an addresses latitude-longitude using HTML5 geolocation or Google API?

后端 未结 5 1210
清歌不尽
清歌不尽 2021-02-04 18:52

I am getting baffled with a problem that is, I can get the location of a user from Facebook and all I need is to get the latitude and longitude of that location, but I still cou

5条回答
  •  离开以前
    2021-02-04 19:12

    It will help if I can get that latitude and longitude using an HTML5 geolocation

    Well, then just do exactly that – where exactly is your problem with it?

    That’s what the getCurrentPosition method is for.

提交回复
热议问题