/**
  * Animates to the given center point. Override to customize how the
  * MapView is animated to the given center point
  *
  * @param index The index of the item to center
  * @param center The center point of the item
  */
 protected void animateTo(int index, GeoPoint center)
 {
     _mc.AnimateTo(center);
 }