public void Done(string query, MapDirection result)
 {
     if (result != null)
     {
         _rasterMap.Resize(result.GetBound());
     }
 }