OnMapLocationFinderResultListener Interface (Android only)

Handles MapLocationFinderResult returned by MapLocationFinder geocoding request.

public interface OnMapLocationFinderResultListener
{
    void onMapLocationFinderResult(MapLocationFinderResult result);
}

See Also