NMACLE2BoundingBoxRequest
Class Summary
class NMACLE2BoundingBoxRequest
Derived from: NMACLE2Request
.
Include: NMAKit.framework/headers/NMACLE2BoundingBoxRequest.h
[For complete information, see the section Class Details]
Instance Method Summary
Instance Method Summary |
---|
Creates a Bounding Box Search Request |
Creates a Bounding Box Search Request that searches through multiple layers |
Class Details
Represents a custom location search request that searches within a NMAGeoBoundingBox
A new NMACLE2BoundingBoxRequest should be created for each distinct search.
Instance Method Details
-(nullable instancetype) initWithLayer:(nonnull NSString *) layerId boundingBox:(nonnull NMAGeoBoundingBox *) boundingBox
Creates a Bounding Box Search Request.
Returns nil if initialization failed.
Parameters:
-
layerId
Name of the layer specifying the layer to search.
-
boundingBox
Specify the NMAGeoBoundingBox used for the search.
-(nullable instancetype) initWithLayers:(nonnull NSArray< NSString * > *) layerIds boundingBox:(nonnull NMAGeoBoundingBox *) boundingBox
Creates a Bounding Box Search Request that searches through multiple layers.
Returns nil if initialization failed.
Parameters:
-
layerIds
An NSArray with names specifying the layers to search.
-
boundingBox
Specify the NMAGeoBoundingBox used for the search.