Skip to content

encounter

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

encounter

API function encounter
Class Name: POGOProtos.Networking.Requests.Messages_pb2.EncounterMessage
File name: POGOProtos/Networking/Requests/Messages/EncounterMessage.proto

Input Arguments

Field Protobuf Type Python Type Label Description
encounter_id fixed64 int/long optional
spawn_point_id string str/unicode optional
player_latitude double float optional
player_longitude double float optional

Usage Example

    api.encounter(
        encounter_id = <your_input>,
        spawn_point_id = <your_input>,
        player_latitude = <your_input>,
        player_longitude = <your_input>)
Clone this wiki locally