I would like to calculate a point (lat and lon) in three cases:
- Three points are available with their distances to my location
- Two points are available with their distances to my location
For 1. case I already have a solution Trilateration Method Android Java
But for 2. case I got nothing.
Has anyone an idea, how can I calculate this point knowing two other?
Are there a Java libraries (or at least a pseudocode) for similar "geo" tasks?
Here a picture for two-point problem. One of them is behind a wall, so I only make a decision, which of two is better (using Bluetooth Low Energy I can do it comparing RSSI)