Getting Tower GSM location lat lng

后端 未结 2 891
栀梦
栀梦 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: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.

提交回复
热议问题