com.yelp.nrtsearch.server.grpc.PointOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of clientlib Show documentation
Show all versions of clientlib Show documentation
GRPC Clientlib for nrtSearch
// 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();
}