{% setvar book_path %}/reference/kotlin/androidx/_book.yaml{% endsetvar %} {% include "_shared/_reference-head-tags.html" %}

LocationCorrespondences

class LocationCorrespondences


Collection of com.google.common.truth.Correspondence helpers for asserting lists of Locations.

See also
IterableSubject

Summary

Public constructors

Public functions

java-static Correspondence<Location, Location>!
at()
java-static Correspondence<Location, Location>!
java-static Correspondence<Location, Location>!
nearby(distanceM: Float)

Public constructors

LocationCorrespondences

LocationCorrespondences()

Public functions

at

java-static fun at(): Correspondence<Location, Location>!

equality

java-static fun equality(): Correspondence<Location, Location>!

nearby

java-static fun nearby(distanceM: Float): Correspondence<Location, Location>!