Interface ReverseGeocodeOptions

interface ReverseGeocodeOptions {
    spatialReferenceWkid?: number;
}

Properties

spatialReferenceWkid?: number