MapCity
From CMSC 420
Inserts the named city into the spatial map.
Parameters[edit]
- name
Possible <output>[edit]
- (None)
Possible <error> types[edit]
- nameNotInDictionary
- cityAlreadyMapped
- cityOutOfBounds
<success> Example[edit]
<success>
<command name="mapCity"/>
<parameters>
<name value="Annapolis"/>
</parameters>
<output/>
</success>