All Downloads are FREE. Search and download functionalities are using the official Maven repository.

POGOProtos.Networking.Responses.GetMapObjectsResponse.proto Maven / Gradle / Ivy

syntax = "proto3";
package POGOProtos.Networking.Responses;

import "POGOProtos/Map/MapCell.proto";
import "POGOProtos/Map/MapObjectsStatus.proto";
import "POGOProtos/Map/Weather/ClientWeather.proto";

message GetMapObjectsResponse {
	repeated .POGOProtos.Map.MapCell map_cells = 1;
	.POGOProtos.Map.MapObjectsStatus status = 2;
	TimeOfDay time_of_day = 3;
	repeated .POGOProtos.Map.Weather.ClientWeather client_weather = 4;

	enum TimeOfDay {
		NONE = 0;
		DAY = 1;
		NIGHT = 2;
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy