Sure can. Many mobile devices will intercept links to maps.google.com
and open a native maps application. It sounds like you want to link to
a specific location, so you would send the recipient a link like:

http://maps.google.com/?ll=37.20084,-93.28121

That's the easiest solution. You could also develop your own map using
the Maps JavaScript API v3 (which is this forum) and link to that,
however then you would be limiting your self to iOS and Android
devices.

Chad Killingsworth

On Oct 5, 2:34 am, VGNU Linux <[email protected]> wrote:
> Level : Beginner
>
> Hi,
> I am developing an application for a hand held device which has Telit GE865
> module chip on board capable of locating itself using GPS. This module chip
> has built-in python interpreter for application programming. My python
> application gets the longitude and latitude information & sends it to some
> other hand held device using GPRS.
>
> My question here is -: The recipients device receives this info & it should
> automatically open Google map application and display location &
> information.
>                                  Is it possible to achieve this behavior ?
> Can someone give me inputs on how this can be achieved ?
>
> Please advice if I have posted this question in the wrong mailing list.
>
> Regards,
> VGNU

-- 
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