On Thursday, September 5, 2013 8:28:36 PM UTC-4, Eldan Shkolnikov wrote:

> Hey, I have been following this post and would like to ask the same 
> question joe asked. 
>
> I have an custom made online ordering application for restaurants. I would 
> like to verify the customers address matches the address within the 
> restaurant delivery boundaries using Google maps API. 
>
> Do I need to use a KML file for this? A little bit confused on how to set 
> this up. Your help would mean a lot thanks!
>

You can use a KML file.  You can define your polygons however you want. 
 The implementations I have seen use either KML and a third party parser or 
FusionTables (which can import KML for the polygons).  But you can also use 
native Google Maps Javascript API v3 polygons or implement the 
functionality (point in polygon analysis) on the server.

  -- Larry
 

>
>
>
>
>
> On Thursday, March 27, 2008 12:46:01 PM UTC-4, nirmal wrote:
>>
>> http://www.nirmalpatel.com/ourarea/ 
>>
>> I wrote this up one evening out of boredom because I thought it might 
>> be useful to organizations/businesses that cover areas that don't 
>> follow along borders that are common knowledge. 
>>
>> Any comments are appreciated.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps API V2" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-maps-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to