.NET Micro Framework Projects
Home > Google Maps Static Api Demo
Google Maps Static Api Demo
Categorized Under:
.NETMF Version > V3.0Display > Graphical
Hardware > Embedded Master
Internet Applications > HTTP
Networking > Ethernet
Description
simple GoogleMaps static api demo using the following services:
Static Maps API Developer's Guide
Geocoding
try to use different locations eg:
string location = "newyork";
TODO's:
Static Maps API Developer's Guide
Geocoding
try to use different locations eg:
string location = "newyork";
TODO's:
- error handling
- implement 'chunked' type for http/1.1 (for geocoding request)
- try to keep connection open between requests (performance)
- use json file format for geocoding (smaller response)
- encoding for geocoding results
- show list of geocoding results (currently first found coordinate is used)
- use touch screen for user input and navigation
- integrate gps receiver for current location



