@JsFunction
public static interface GeocoderViewModel.DestinationFoundFunction
| Modifier and Type | Method and Description |
|---|---|
void |
function(GeocoderViewModel viewModel,
Object destination)
A function that handles the result of a successful geocode.
|
void function(GeocoderViewModel viewModel, Object destination)
viewModel - The view model.destination - Cartesian3 | Rectangle The destination result of the geocode.Copyright © 2019. All rights reserved.