Closed n-nakura closed 11 years ago
Hi,
'locatoroptions' tag in /widgets/Directions/DirectionsWidget.xml does not work.
/widgets/Directions/DirectionsWidget.mxml, line 120:
directionsGeocoderOptions.locatorOptions' = parseLocatorOptions(configXML.locatoroptions[0]);
The parameter of parseLocatorOptions method is wrong. It should be 'geocoderOptionsXML' instead of 'configXML':
directionsGeocoderOptions.locatorOptions = parseLocatorOptions(geocoderOptionsXML.locatoroptions[0]);
Related issue : #140
Good catch @n-nakura - thank you for submitting this :)
Hi,
'locatoroptions' tag in /widgets/Directions/DirectionsWidget.xml does not work.
/widgets/Directions/DirectionsWidget.mxml, line 120:
The parameter of parseLocatorOptions method is wrong. It should be 'geocoderOptionsXML' instead of 'configXML':
Related issue : #140