showDroppedPinOnTheMap

fun showDroppedPinOnTheMap(mercatorZone: MercatorZone, consumer: Consumer<Boolean>)

Displays a dropped pin on the map at the specified Mercator zone. This involves selecting the correct property and building, and then posting the dropped pin location to the map view model for rendering.

Parameters

mercatorZone

The MercatorZone representing the location where the pin should be dropped.

consumer

A Consumer that accepts a Boolean indicating whether the pin was successfully shown on the map. true if successful, false otherwise (e.g., if property/building plotting fails).