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

com.clarifai.grpc.api.GeoPointOrBuilder Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: proto/clarifai/api/resources.proto

package com.clarifai.grpc.api;

public interface GeoPointOrBuilder extends
    // @@protoc_insertion_point(interface_extends:clarifai.api.GeoPoint)
    com.google.protobuf.MessageOrBuilder {

  /**
   * float longitude = 1 [(.clarifai.api.utils.cl_show_if_empty) = true];
   * @return The longitude.
   */
  float getLongitude();

  /**
   * float latitude = 2 [(.clarifai.api.utils.cl_show_if_empty) = true];
   * @return The latitude.
   */
  float getLatitude();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy