case 'microsoft':
          if(options != null && options['pan']) { map.PanToLatLong(point.toMicrosoft()); }
          else { map.SetCenter(point.toMicrosoft()); }
          break;