
wechat.protobuf.LbsLocationNewOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: wechat.proto
package wechat.protobuf;
public interface LbsLocationNewOrBuilder extends
// @@protoc_insertion_point(interface_extends:wechat_proto.LbsLocationNew)
com.google.protobuf.MessageOrBuilder {
/**
* optional float longitude = 1;
* @return Whether the longitude field is set.
*/
boolean hasLongitude();
/**
* optional float longitude = 1;
* @return The longitude.
*/
float getLongitude();
/**
* optional float latitude = 2;
* @return Whether the latitude field is set.
*/
boolean hasLatitude();
/**
* optional float latitude = 2;
* @return The latitude.
*/
float getLatitude();
/**
* optional uint32 precision = 3;
* @return Whether the precision field is set.
*/
boolean hasPrecision();
/**
* optional uint32 precision = 3;
* @return The precision.
*/
int getPrecision();
/**
* optional string mac_addr = 4;
* @return Whether the macAddr field is set.
*/
boolean hasMacAddr();
/**
* optional string mac_addr = 4;
* @return The macAddr.
*/
java.lang.String getMacAddr();
/**
* optional string mac_addr = 4;
* @return The bytes for macAddr.
*/
com.google.protobuf.ByteString
getMacAddrBytes();
/**
* optional string cell_id = 5;
* @return Whether the cellId field is set.
*/
boolean hasCellId();
/**
* optional string cell_id = 5;
* @return The cellId.
*/
java.lang.String getCellId();
/**
* optional string cell_id = 5;
* @return The bytes for cellId.
*/
com.google.protobuf.ByteString
getCellIdBytes();
/**
* optional uint32 gps_source = 6;
* @return Whether the gpsSource field is set.
*/
boolean hasGpsSource();
/**
* optional uint32 gps_source = 6;
* @return The gpsSource.
*/
int getGpsSource();
/**
* optional string address = 7;
* @return Whether the address field is set.
*/
boolean hasAddress();
/**
* optional string address = 7;
* @return The address.
*/
java.lang.String getAddress();
/**
* optional string address = 7;
* @return The bytes for address.
*/
com.google.protobuf.ByteString
getAddressBytes();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy