WeChatHelper/MMPro/micromsg/proto/TrackPOIItem.proto

12 lines
192 B
Protocol Buffer
Raw Normal View History

2024-06-11 08:43:45 +08:00
syntax = "proto2";
package MMPro.micromsg;
message TrackPOIItem {
required double _Latitude = 1;
required double _Longitude = 2;
optional string _Name = 3;
optional string _Addr = 4;
}