• Geocoder maps address to a point
    • Uses callback approach
  • GClientGeocoder.getLatLng
    • GLatLng point if successfull
    • null if could not resolve the address
  • GClientGeocoder.getLocations
    • Status.code holds request status
    • Multiple locations in Placemark
    • Formatted address in xAL
  • Geocoder dont's
    • Don't create multiple geocoders
    • Don't repeatedly geocode same address