Difference between revisions of "MapCity"
From CMSC 420
(Created page with "Inserts the named city into the spatial map. == Parameters == * name == Possible <output> == * (None) == Possible <error> types == * nameNotInDictionary * cityAlreadyMapped...") |
(No difference)
|
Revision as of 23:46, 10 September 2013
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>