On 6 September 2012 10:23, deep123 <[email protected]> wrote:
>
>  I am creating a geofence as a polygon with multiple Poly coordinate (not
> fixed the poly coordinates) on a map and saving its coordinates on database.
> Now i am tracking a path with current latitude longitude using GPS . Till
> here everything is working fine. Now i have to find out that Current
> latitude longitude is lying inside a polygon or not .  I need the code in
> server side i can't use java script. I am using google map api v3.

I used solution 1 at http://paulbourke.net/geometry/insidepoly/

It's in C, so porting to C# might be possible. I ported to PHP.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps JavaScript API v3" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.

Reply via email to