ai.promoted.proto.common.LocationOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of deliveryclient Show documentation
Show all versions of deliveryclient Show documentation
A Java Client to contact the Promoted.ai Delivery API.
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: proto/common/common.proto
package ai.promoted.proto.common;
public interface LocationOrBuilder extends
// @@protoc_insertion_point(interface_extends:common.Location)
com.google.protobuf.MessageOrBuilder {
/**
* double latitude = 1 [json_name = "latitude"];
* @return The latitude.
*/
double getLatitude();
/**
* double longitude = 2 [json_name = "longitude"];
* @return The longitude.
*/
double getLongitude();
/**
* double accuracy_in_meters = 3 [json_name = "accuracyInMeters"];
* @return The accuracyInMeters.
*/
double getAccuracyInMeters();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy