MPVenueCollection

open class MPVenueCollection

Functions

Link copied to clipboard
open fun getVenueById(@Nullable venueId: String): MPVenue
Link copied to clipboard
open fun getVenueByName(@NonNull venueName: String): MPVenue
Gets a MPVenue using a venue name
Link copied to clipboard
open fun getVenueClosestToCameraTarget(@Nullable cameraTarget: MPLatLng, @Nullable venuesInView: List<MPVenue>): MPVenue
Link copied to clipboard
open fun getVenuesInBounds(@NonNull bounds: MPLatLngBounds): List<MPVenue>
Builds up a list of visible buildings (their AABB intersects with the given bounds).
Link copied to clipboard
open fun intersectionArea(@NonNull bbox: Array<Double>, @NonNull latLngBounds: MPLatLngBounds): Double

Properties

Link copied to clipboard
private open val defaultVenue: MPVenue
Link copied to clipboard
@get:NonNull
private val venues: List<MPVenue>