search
fun search(addressInfo: AddressInfo, reference: Coordinates, onCompleted: OnSearchCompleted? = null, onStarted: OnStarted? = null): Int
Search using address and geographic @e area as discriminants.
Parameters
address Info
The searched address info.
reference
Results will be relevant to this position.
on Completed
On completed trigger. If not null then will overwrite the existing one.
on Started
On started trigger. If not null then will overwrite the existing one.
fun search(mapView: MapView, addressInfo: AddressInfo, onCompleted: OnSearchCompleted? = null, onStarted: OnStarted? = null, allowUpdateLocationHint: Boolean = true): Int
Search using address and geographic @e area as discriminants.
Parameters
map View
Will take its center position as reference coordinate.
address Info
The searched address info.
on Completed
On completed trigger. If not null then will overwrite the existing one.
on Started
On started trigger. If not null then will overwrite the existing one.
allow Update Location Hint
If true, will take mapview's visible area as locationHint.