Maps - Geocoder template

  • latitude : 45.4952515
  • longitude : -122.8248113
  • bounds :
    • south : 45.4952515
    • west : -122.8248113
    • north : 45.4952515
    • east : -122.8248113
  • street_name : Southwest Millikan Way
  • street_number : 14525
  • city : Beaverton
  • zipcode : 97005
  • city_district :
  • region : {region}
  • region_code : {region_code}
  • country : United States
  • country_code : US
  • timezone :
ExpressionEngine Code
{exp:reinos_maps:geocoder
    address="14525 SW Millikan Way, Beaverton, Washington, Oregon 97005, Verenigde Staten"
}
  {result}
    
      latitude : {latitude} 
      longitude : {longitude} 
      bounds : 
        
          {bounds}
            south : {south} 
            west : {west} 
            north : {north} 
            east : {east} 
          {/bounds}
        
       
      street_name : {street_name} 
      street_number : {street_number}
      city : {city}
      zipcode : {zipcode}
      city_district : {city_district}
      region : {region}
      region_code : {region_code}
      country : {country}
      country_code : {country_code}
      timezone : {timezone}
    
  {/result}
{/exp:reinos_maps:geocoder}