On Dec 19, 9:09 am, pavani <[email protected]> wrote:
> I want implement a geo fencing with my google maps.my issue is i need
> to create a geo fence when a vehicle cross the geofence area i need to
> send a sms alert


You need a program for fetching the the GPS data, testing if it goes
outside the fence and sending the alert. Client side JavaScript cannot
do the communication. JavaScript uses a web page as its I/O-mechanism.
You need a server side program.

Google Maps API doesn't help you much. It provides a user interface,
but as Rossko pointed out, it must be public. Do you want a public
user interface for the purpose?

--

You received this message because you are subscribed to the Google Groups 
"Google Maps API" 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-api?hl=en.


Reply via email to