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

ai.promoted.proto.common.LocationOrBuilder Maven / Gradle / Ivy

There is a newer version: 3.2.0
Show newest version
// 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