POGOProtos.Networking.Requests.Messages.GetMapObjectsMessage.proto Maven / Gradle / Ivy
syntax = "proto3";
package POGOProtos.Networking.Requests.Messages;
message GetMapObjectsMessage {
repeated uint64 cell_id = 1 [packed = true];
repeated int64 since_timestamp_ms = 2 [packed = true];
double latitude = 3;
double longitude = 4;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy