ListNumberPlateLocations
Lists the locations supported by number plate recognition, and the ISO-3166 codes to use with the Location configuration parameter.
Type: synchronous
Example
/action=ListNumberPlateLocations
Response
<autnresponse> <action>LISTNUMBERPLATELOCATIONS</action> <response>SUCCESS</response> <responsedata> <numberplatelocations> <location> <isoCode>AL</isoCode> <name>Albania</name> <legacyNames/> </location> <location> <isoCode>DZ</isoCode> <name>Algeria</name> <legacyNames/> </location> <location> <isoCode>AR</isoCode> <name>Argentina</name> <legacyNames/> </location> <location> <isoCode>AU-ACT</isoCode> <name>Australia - Australian Capital Territory</name> <legacyNames>auact</legacyNames> </location> ... </numberplatelocations> </responsedata> </autnresponse>