[android-beginners] Re: Using Google Maps API for a navigational app

2009-12-13 Thread Marc
I am in the process of starting a navigation app as well. I have been looking in to the API's as well. I do not think the premier has much to do with it. From there web site this is what premier gives you extra: A robust Service Level Agreement (SLA) Customer support Increased geocoding limits

[android-beginners] Re: Using google Maps

2008-10-01 Thread Friso Kluit
Subject: [android-beginners] Re: Using google Maps You can use MapView APIs for android: http://code.google.com/android/reference/com/google/android/maps/MapView.html Check out MapView sample code at ApiDemps/Views/MapViewDemo. Unfortunately, the directions API is not included for 1.0 release. 2008

[android-beginners] Re: Using google Maps

2008-09-16 Thread Jordan Innovations
Check this out: http://nader.shalabi.googlepages.com/androidapplications On Fri, Sep 12, 2008 at 5:37 PM, Hans [EMAIL PROTECTED] wrote: Anyone has some sample code which i can look at for me to start off interfacing with Maps. In my app i will need to get from place A to B showing me with

[android-beginners] Re: Using google Maps

2008-09-12 Thread Megha Joshi
You can use MapView APIs for android: http://code.google.com/android/reference/com/google/android/maps/MapView.html Check out MapView sample code at ApiDemps/Views/MapViewDemo. Unfortunately, the directions API is not included for 1.0 release. 2008/9/12 Hans [EMAIL PROTECTED] Anyone has some