Interface LocationInfoOrBuilder

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      com.google.type.LatLng getLatLng()
      lat/long location coordinates.
      com.google.type.LatLngOrBuilder getLatLngOrBuilder()
      lat/long location coordinates.
      boolean hasLatLng()
      lat/long location coordinates.
      • 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

      • hasLatLng

        boolean hasLatLng()
         lat/long location coordinates.
         
        .google.type.LatLng lat_lng = 1;
        Returns:
        Whether the latLng field is set.
      • getLatLng

        com.google.type.LatLng getLatLng()
         lat/long location coordinates.
         
        .google.type.LatLng lat_lng = 1;
        Returns:
        The latLng.
      • getLatLngOrBuilder

        com.google.type.LatLngOrBuilder getLatLngOrBuilder()
         lat/long location coordinates.
         
        .google.type.LatLng lat_lng = 1;