コード例 #1
0
def get_position_from_cell_id(cellid):
    cell = CellId(id_=cellid).to_lat_lng()
    return (math.degrees(cell._LatLng__coords[0]),
            math.degrees(cell._LatLng__coords[1]), 0)
コード例 #2
0
ファイル: my_pokemon_api.py プロジェクト: simple2source/magEx
def get_position_from_cell_id(cellid):
    cell = CellId(id_ = cellid).to_lat_lng()
    return (math.degrees(cell._LatLng__coords[0]), math.degrees(cell._LatLng__coords[1]), 0)