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.
isValidLocation Block is used to verify the coordinates genuinity.
GotError Block to caught all errors from the procedure.
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.