Interfaccia NearbyOrBuilder (1.3.0)

public interface NeighborOrBuilder extends MessageOrBuilder

Implementa

MessageOrBuilder

Metodi

getNeighborDistance()

public abstract double getNeighborDistance()

Solo output. La distanza dal vicino.

double neighbor_distance = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Restituisce
Tipo Description
double

Il neighborDistance.

getNeiId()

public abstract String getNeighborId()

Solo output. L'ID del vicino.

string neighbor_id = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Restituisce
Tipo Description
String

Il neighborId.

getNeighborIdBytes()

public abstract ByteString getNeighborIdBytes()

Solo output. L'ID del vicino.

string neighbor_id = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Restituisce
Tipo Description
ByteString

I byte per neighborId.