How to calculate displacement between center of latitude and longitude point with my current position in android studio?
Condition :
- if i'm inside the circle area then show "welcome" message.
- if i'm outside then show "not in area" message
Correct me if i'm wrong