Click here to Skip to main content
15,891,204 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hello,

I want to implement Geofencing with Google map. I want to define a path on the Googlemap and then store its lat-long in database. I want to send alert when some device goes out of this boundry.

I tried this
http://www.ecse.rpi.edu/Homepages/wrf/Research/Short_Notes/pnpoly.html#The%20C%20Code[^]

but does not run correct when coordinates are below the polygon.

Thanks
Posted
Updated 4-Feb-10 3:12am
v2

nitinpranjale wrote:
I tried this


Which I notice does not come from The Code Project site.

nitinpranjale wrote:
but does not run correct when coordinates are below the polygon.


Which could mean anything. Try asking for assistance from the person who provided the code, they are much more likely to understand how it works.
 
Share this answer
 
Comments
gukiran 30-Jan-12 11:59am    
I want to implement Geofencing with Google map. I want to draw a geofence on the Googlemap and then store its lat-long in database. I want to send alert when some device goes out of this geofence. Could you please send me some sample code..
Richard MacCutchan 30-Jan-12 12:08pm    
No I can't I'm afraid. Firstly I have no idea what geofencing is, and secondly this site does not provide code to order. If you are really keen to use Google maps then try the Google maps API website.

Did you see how to draw geofencing in google maps in my article.

Google Maps in HTML, ASP.NET, PHP, JSP etc. with ease[^]

I think this might help.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900