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

POGOProtos.Networking.Platform.Requests.AddNewPoiMessage.proto Maven / Gradle / Ivy

syntax = "proto3";
package POGOProtos.Networking.Platform.Requests;

import "POGOProtos/Data/Player/PlayerReputation.proto";

message AddNewPoiMessage {
	string title = 1;
	string long_description = 2;
	string image_gs_file_path = 3;
	int32 lat_e6 = 4;
	int32 lng_e6 = 5;
	string image_serving_url = 6;
	string user_id = 7;
	string player_language = 8;
	string game_unique_id = 9;
	string app_id = 10;
	.POGOProtos.Data.Player.PlayerReputation player_reputation = 11;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy