The result of identifying against a point on the map.

interface MapIdentifyResult {
    click: MapClick;
    results: IdentifyResult[];
}

Properties

Properties

click: MapClick

The map point that was identified

results: IdentifyResult[]

List of all the results found in the map identify