Select to view content in your preferred language

Envelope has been deprecated

720
1
11-28-2011 03:28 AM
RickJones
Deactivated User
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
Deactivated User
I see.

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