From d34d2abc6c8f9793d7ff88d8d5ac14a82c2b84d0 Mon Sep 17 00:00:00 2001 From: Josh Crews Date: Thu, 15 Jul 2010 07:57:20 -0500 Subject: [PATCH] update readme --- README.textile | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.textile b/README.textile index d1a8933..ec00a46 100644 --- a/README.textile +++ b/README.textile @@ -58,3 +58,13 @@ http://code.google.com/apis/maps/signup.html Include it as the constant GOOGLE_MAPS_API_KEY in an app configuration file (environment.rb, config/initializers/api_keys.rb) +h3. Need turn-by-turn directions? + +Not yet included in this gem, but you can do it with nokogiri to parse the XML that comes back when you do +
GoogleDirections.new(origin, destination).xml
+And then nokogiri can cycle through each and you can pick out what you need. + +h2. License + +Anyone can use this code in any way. +