Click here to Skip to main content
15,860,861 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello all,
Iam new to smart device applications. How to use smart device application in visual studio 2008? I didnt find any template related to smart device application in visual studio 2008.
Actually, smart device is related to windows application or web application? I have to display google map in smart device. how can I do that? I have installed Windows Mobile 6 SDK, but smart device template is being displayed in window application. In order to display google map in a smart device , what is needed windows application or web application? Can anyone give info about this.


Regards,
Grace
Posted

1 solution

For Sample SmartDevice Application see below link.

http://www.codeproject.com/KB/windows/MOB4DEVS03.aspx[^]

You can use either Google Static Maps API or Google Maps API version 3, which is optimized to be able to be used in mobile devices. If you want interactivity, use the Maps API v3. When you just want to show a static map, use the static api.

http://code.google.com/apis/maps/documentation/staticmaps/[^]

http://code.google.com/apis/maps/documentation/v3/[^]

Please Vote and mark as answer if this helped you then.
 
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