UnmapCity

From CMSC 420

Removes the named city from the spatial map.

Parameters[edit]

  • name

Possible <output>[edit]

  • (None)

Possible <error> types[edit]

  • nameNotInDictionary
  • cityNotMapped

<success> Example[edit]

   <success>
       <command name="unmapCity"/>
       <parameters>
           <name value="Annapolis"/>
       </parameters>
       <output/>
   </success>