Skip to content

get_gym_details

Tjado Maecke edited this page Jul 28, 2016 · 1 revision

get_gym_details

API function get_gym_details
Class Name: POGOProtos.Networking.Requests.Messages_pb2.GetGymDetailsMessage
File name: POGOProtos/Networking/Requests/Messages/GetGymDetailsMessage.proto

Input Arguments

Field Protobuf Type Python Type Label Description
gym_id string str/unicode optional
player_latitude double float optional
player_longitude double float optional
gym_latitude double float optional
gym_longitude double float optional

Usage Example

    api.get_gym_details(
        gym_id = <your_input>,
        player_latitude = <your_input>,
        player_longitude = <your_input>,
        gym_latitude = <your_input>,
        gym_longitude = <your_input>)
Clone this wiki locally