Mr.Peng
Mr.Peng
And, initialEnv changes to the following: AGSSpatialReference *reference = [AGSSpatialReference spatialReferenceWithWKID:4490]; AGSEnvelope *initialEnv = [AGSEnvelope envelopeWithXmin:105.3831598117314 ymin:28.897172489811304 xmax:108.13817851680021 ymax:30.46728535770415 spatialReference:reference]; [self.mapView zoomToEnvelope:initialEnv animated:NO];
我也遇到此问题了,貌似不是无法生效,是手势冲突。
此问题有解决方法了吗?
I have this problem, have you solved it?