create Online Map Search With Datasets
fun createOnlineMapSearchWithDatasets(datasets: List<String>, callback: CreateSearchCallback<OnlineMapSearch>, executor: Executor? = null)
Create online search engine for specified datasets
Parameters
datasets
list of datasets to search Custom Places in
callback
called as a result of create operation
executor
callback will be called on this executor