I'm trying to zoom to a graphic retuned from the query;
query.OutSpatialReference = MyMap.SpatialReference;
query.ReturnGeometry = true;
After this query I used myMap.zoomTo(graphic.Geometry) and tried to zoom to a specific extent but nothing happens.
Does anyone know why this does not work?
Thank you.