![JAR search and dependency download from the Maven repository](/logo.png)
com.google.photos.library.v1.proto.LocationOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/photos/library/v1/photos_library.proto
package com.google.photos.library.v1.proto;
public interface LocationOrBuilder
extends
// @@protoc_insertion_point(interface_extends:google.photos.library.v1.Location)
com.google.protobuf.MessageOrBuilder {
/**
*
*
*
* Name of the location to be displayed.
*
*
* string location_name = 1;
*
* @return The locationName.
*/
java.lang.String getLocationName();
/**
*
*
*
* Name of the location to be displayed.
*
*
* string location_name = 1;
*
* @return The bytes for locationName.
*/
com.google.protobuf.ByteString getLocationNameBytes();
/**
*
*
*
* Position of the location on the map.
*
*
* .google.type.LatLng latlng = 2;
*
* @return Whether the latlng field is set.
*/
boolean hasLatlng();
/**
*
*
*
* Position of the location on the map.
*
*
* .google.type.LatLng latlng = 2;
*
* @return The latlng.
*/
com.google.type.LatLng getLatlng();
/**
*
*
*
* Position of the location on the map.
*
*
* .google.type.LatLng latlng = 2;
*/
com.google.type.LatLngOrBuilder getLatlngOrBuilder();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy