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

POGOProtos.Settings.MapSettings.proto Maven / Gradle / Ivy

syntax = "proto3";
package POGOProtos.Settings;

message MapSettings {
	double pokemon_visible_range = 1;
	double poke_nav_range_meters = 2;
	double encounter_range_meters = 3;
	float get_map_objects_min_refresh_seconds = 4;
	float get_map_objects_max_refresh_seconds = 5;
	float get_map_objects_min_distance_meters = 6;
	string google_maps_api_key = 7;
	int32 min_nearby_hide_sightings = 8;
	bool enable_special_weather = 9;
	float special_weather_probability = 10;
	string google_maps_client_id = 11;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy