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

com.yelp.nrtsearch.server.grpc.PointOrBuilder Maven / Gradle / Ivy

There is a newer version: 1.0.0-beta.1
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: yelp/nrtsearch/search.proto

// Protobuf Java Version: 3.25.3
package com.yelp.nrtsearch.server.grpc;

public interface PointOrBuilder extends
    // @@protoc_insertion_point(interface_extends:luceneserver.Point)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * Latitude of the point
   * 
* * double latitude = 1; * @return The latitude. */ double getLatitude(); /** *
   * Longitude of the point
   * 
* * double longitude = 2; * @return The longitude. */ double getLongitude(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy