create Custom Places Search For Dataset
fun createCustomPlacesSearchForDataset(dataset: String, callback: CreateSearchCallback<CustomPlacesSearch>, executor: Executor? = null)
Create custom places search engine for a specified dataset
Parameters
dataset
Custom Places dataset to search in
callback
called as a result of create operation
executor
callback will be called on this executor