Interface LocationInfoOrBuilder (2.1.1)

public interface LocationInfoOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getLatLng()

public abstract LatLng getLatLng()

lat/long location coordinates.

.google.type.LatLng lat_lng = 1;

Returns
TypeDescription
com.google.type.LatLng

The latLng.

getLatLngOrBuilder()

public abstract LatLngOrBuilder getLatLngOrBuilder()

lat/long location coordinates.

.google.type.LatLng lat_lng = 1;

Returns
TypeDescription
com.google.type.LatLngOrBuilder

hasLatLng()

public abstract boolean hasLatLng()

lat/long location coordinates.

.google.type.LatLng lat_lng = 1;

Returns
TypeDescription
boolean

Whether the latLng field is set.