| Re: Pushpins within zip codes
No - there is no query method that provides a boundary object parameter other than QueryShape(), QueryPolygon() or QueryCircle().
You could interactively put the respective shape on the map and call QueryShape, though.
Fortunately, the shape data is available for most geographic levels from the census bureau's website. You can then use a modified version of the Spatial Data Import COM AddIn source code to generate this functionality. |