Skip to content

fort_details

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

fort_details

API function fort_details
Class Name: POGOProtos.Networking.Requests.Messages_pb2.FortDetailsMessage
File name: POGOProtos/Networking/Requests/Messages/FortDetailsMessage.proto

Input Arguments

Field Protobuf Type Python Type Label Description
fort_id string str/unicode optional
latitude double float optional
longitude double float optional

Usage Example

    api.fort_details(
        fort_id = <your_input>,
        latitude = <your_input>,
        longitude = <your_input>)
Clone this wiki locally