UnmapCity

From CMSC 420
Revision as of 23:46, 10 September 2013 by Rforsythe (talk | contribs) (Created page with "Removes the named city from the spatial map. == Parameters == * name == Possible <output> == * (None) == Possible <error> types == * nameNotInDictionary * cityNotMapped ==...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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>