Interface GeoPointInfoOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    GeoPointInfo, GeoPointInfo.Builder

    public interface GeoPointInfoOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      int getLatitudeInMicroDegrees()
      Micro degrees for the latitude.
      int getLongitudeInMicroDegrees()
      Micro degrees for the longitude.
      boolean hasLatitudeInMicroDegrees()
      Micro degrees for the latitude.
      boolean hasLongitudeInMicroDegrees()
      Micro degrees for the longitude.
      • 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

      • hasLongitudeInMicroDegrees

        boolean hasLongitudeInMicroDegrees()
         Micro degrees for the longitude.
         
        optional int32 longitude_in_micro_degrees = 3;
        Returns:
        Whether the longitudeInMicroDegrees field is set.
      • getLongitudeInMicroDegrees

        int getLongitudeInMicroDegrees()
         Micro degrees for the longitude.
         
        optional int32 longitude_in_micro_degrees = 3;
        Returns:
        The longitudeInMicroDegrees.
      • hasLatitudeInMicroDegrees

        boolean hasLatitudeInMicroDegrees()
         Micro degrees for the latitude.
         
        optional int32 latitude_in_micro_degrees = 4;
        Returns:
        Whether the latitudeInMicroDegrees field is set.
      • getLatitudeInMicroDegrees

        int getLatitudeInMicroDegrees()
         Micro degrees for the latitude.
         
        optional int32 latitude_in_micro_degrees = 4;
        Returns:
        The latitudeInMicroDegrees.