Interface WeaviateProtoBase.GeoCoordinatesFilterOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      float getDistance()
      float distance = 3;
      float getLatitude()
      float latitude = 1;
      float getLongitude()
      float longitude = 2;
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getLatitude

        float getLatitude()
        float latitude = 1;
        Returns:
        The latitude.
      • getLongitude

        float getLongitude()
        float longitude = 2;
        Returns:
        The longitude.
      • getDistance

        float getDistance()
        float distance = 3;
        Returns:
        The distance.