Envelope has been deprecated

571
1
11-28-2011 03:28 AM
RickJones
Occasional Contributor II
I've changed all my uses of mapView.envelope to mapView.visibileArea.

However, AGSIdentifyParameter still has this property:
mapEnvelope
@property AGSEnvelope *mapEnvelope
Discussion
The current extent of the map. This property, in conjuction with size, and dpi, is used by the server to determine which layers are visible.

Declared in
AGSIdentifyTask.h

This produces numerous warnings.
0 Kudos
1 Reply
RickJones
Occasional Contributor II
I see.

That should be "Use visibleArea.envelope instead" to be clearer.
0 Kudos