Arduino SDK: cell tower location

Hi
What’s the library function to be used to get current cell tower location? I am using Arduino SDK. Thanks.

Hi,
You can use api “vm_gsm_cell_get_current_cell_info()” in file …\Arduino_IDE_for_RePhone\hardware\arduino\mtk\system\libmtk\include\vmgsm_cell.h to get the cell information, and then use “mmc”, “mnc”, “lac”, “ci” to get the location.