Interface JGeocodingSuccessEventParams

interface JGeocodingSuccessEventParams {
    results: JGeocodingResult[];
}

Properties

Properties

results: JGeocodingResult[]