Type Alias SemanticGeoServicesSpatialRelationshipExperimental

SemanticGeoServicesSpatialRelationship:
    | "esriSpatialRelIntersects"
    | "esriSpatialRelContains"
    | "esriSpatialRelWithin"
    | "esriSpatialRelCrosses"
    | "esriSpatialRelTouches"
    | "esriSpatialRelOverlaps"