From 91d52786fecb49a70cda20bf60b7cd6a82bd5c46 Mon Sep 17 00:00:00 2001 From: Sam Vermette Date: Fri, 30 Sep 2011 23:17:52 -0400 Subject: [PATCH] Added link to the Google Geocoding API documentation. --- SVGeocoder/SVGeocoder.h | 1 + SVGeocoder/SVGeocoder.m | 1 + 2 files changed, 2 insertions(+) diff --git a/SVGeocoder/SVGeocoder.h b/SVGeocoder/SVGeocoder.h index cbf1dec..16b70da 100644 --- a/SVGeocoder/SVGeocoder.h +++ b/SVGeocoder/SVGeocoder.h @@ -5,6 +5,7 @@ // Copyright 2011 samvermette.com. All rights reserved. // // https://github.com/samvermette/SVGeocoder +// http://code.google.com/apis/maps/documentation/geocoding/ // #import diff --git a/SVGeocoder/SVGeocoder.m b/SVGeocoder/SVGeocoder.m index fe9e2b6..bd304d8 100644 --- a/SVGeocoder/SVGeocoder.m +++ b/SVGeocoder/SVGeocoder.m @@ -5,6 +5,7 @@ // Copyright 2011 samvermette.com. All rights reserved. // // https://github.com/samvermette/SVGeocoder +// http://code.google.com/apis/maps/documentation/geocoding/ // #import "SVGeocoder.h"