{% 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

com.google.common.truth.IterableSubject#comparingElementsUsing(Correspondence)

Summary

Public functions

Correspondence<Location, Location>
at()
Correspondence<Location, Location>
Correspondence<Location, Location>
nearby(distanceM: Float)

Public functions

at

fun at(): Correspondence<Location, Location>

equality

fun equality(): Correspondence<Location, Location>

nearby

fun nearby(distanceM: Float): Correspondence<Location, Location>