Static Public Member Functions | |
| static | geocode ($address) |
Static Private Member Functions | |
| static | getXmlElementValue ($xml, $tagName) |
| Gets the contents of the first XML tag with the provided name, returns false when no matching element is found. | |
Definition at line 17 of file Maps_YahooGeocoder.php.
| static MapsYahooGeocoder::geocode | ( | $ | address | ) | [static] |
| unknown_type | $address |
Reimplemented from MapsBaseGeocoder.
Definition at line 24 of file Maps_YahooGeocoder.php.
Referenced by MapsGeocoder::geocode().
| static MapsYahooGeocoder::getXmlElementValue | ( | $ | xml, | |
| $ | tagName | |||
| ) | [static, private] |
Gets the contents of the first XML tag with the provided name, returns false when no matching element is found.
| string | $xml | |
| string | $tagName |
Definition at line 65 of file Maps_YahooGeocoder.php.
1.5.6