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

POGOProtos.Data.Location.proto Maven / Gradle / Ivy

syntax = "proto3";
package POGOProtos.Data;

message Location {
	double lat_degree = 1;
	double lng_degree = 2;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy