Getting Tower GSM location lat lng

后端 未结 2 889
栀梦
栀梦 2021-01-03 14:50

I would like to know a method or a way to find the location of the cell the mobile is connected to (GSM one)

This is my class:

package com.example.s         


        
相关标签:
2条回答
  • 2021-01-03 15:06

    Extending on what @S List said, you should sign-up for a token with the following API providers & see for yourself how the accuracy/costs work out.

    • LocationAPI.org
    0 讨论(0)
  • 2021-01-03 15:11

    To know the position of the current GSM cell, you need a database of cell Ids and their location. If you aren't a network operator, there is no really good, authoritative source for this information, because they don't publish it.

    If you just want a position fix for the device, try this SO question.

    0 讨论(0)
提交回复
热议问题