getCreditsFromResult

fun getCreditsFromResult(geocoderResult: GeocoderService.Result): <Error class: unknown class><Credit>?(source)

Parses credits from the geocoder result attributions, if present.

Return

A list of credits if present in the result, otherwise undefined

Parameters

geocoderResult

The geocoder result

See also