Skip to content

Instantly share code, notes, and snippets.

@federecio
Created November 7, 2011 17:33
Show Gist options
  • Select an option

  • Save federecio/1345613 to your computer and use it in GitHub Desktop.

Select an option

Save federecio/1345613 to your computer and use it in GitHub Desktop.
<mule xmlns="http://www.mulesoft.org/schema/mule/core"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:googlemaps="http://www.mulesoft.org/schema/mule/googlemaps"
xsi:schemaLocation="
http://www.mulesoft.org/schema/mule/core http://www.mulesoft.org/schema/mule/core/current/mule.xsd
http://www.mulesoft.org/schema/mule/googlemaps http://www.mulesoft.org/schema/mule/googlemaps/1.0/mule-googlemaps.xsd">
<googlemaps:config distanceUnit ="KM"/>
<flow name="testFlow">
<googlemaps:get-distance origin="San+Francisco" destination="Milbrae"/>
</flow>
</mule>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment