Is there any way to get user current location using amplify geo without accessing GPS of device?

0

I don't want to implement map to my app, I just want to track user location without gps access. I'm developing app in android platform there are many libraries to acess location but adding libraries for different api level(android version) with if else statements is a big headache for me. So I just want to access location without all headaches so i want to access current location using amplify geo with GPS

1 回答
1
已接受的回答

One method of geo-location is to use the IP address of the client - but that isn't always accurate and is (at best) accurate to a city.

You haven't mentioned what level of accuracy you need - if it needs to be better than that then GPS is the way to go.

profile pictureAWS
专家
已回答 2 年前
profile picture
专家
已审核 1 年前
  • I just want to know the country name?

  • My answer stands: IP address might be able to give you the country name (there are many IP-to-geo databases available) but it's not 100% accurate.

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则