[FREE] Accurate Location By Trilateration Method

Hello Members

Get Accurate Location Of your User By Trilateration Method.

It only have three blocks, which validate coordinates, request method and GotLocation event and GotError to caught error.

GetAccurateLocation Procedure.


All values are in double in maths block only.


GotLocation Event Triggered When The Procedure Done.
98526008a281a50f73d35127d35663e02280aec2


isValidLocation Block is used to verify the coordinates genuinity.
2af2f6bb2e1118e2b5291f5a358e470d22c6c744


GotError Block to caught all errors from the procedure.
GotError

Simple Usage

Aix file: AccurateLocation.aix (7.0 KB)

Aia File : AccurateLocation.aia (9.8 KB)

Use Cases :

1. To locate a person from having three coordinates giving you exact location of that person (exact means exact) like police in every country do.

2. Use in ecosystem building to identify the lost phone with it’s exact location as Google is try to giving live location but the co-ordinates it gives are changes every second or on every refresh.

3. To measure trilaterate between cell phone towers.

4. It also helps in user wanted exact route tracing or making by maps component.

Very Big and Great Thanks To @JEWEL To fix the errors in the code and make it fully working.

1 Like

You should upload blocks and write usage documentation.