Zurück zum Blog

Tag: map

Routing / Driving directions on Android – Part 2: Draw the route

Tobias Knell

16.06.2010
After you got the route from wherever, you probably want to draw it on a MapView. But how to do it? That’s what I will show you now. Create a…
Weiterlesen

Routing / Driving directions on Android – Part 1: Get the route

Tobias Knell

14.06.2010
Complementary to Sebastian’s posts about how to navigate with the MapView and how to add customized overlays to it, I want to show you, how you display the route between…
Weiterlesen

Google Maps on Maemo 5 Part 1

Gast

07.06.2010
In this post i will show you how to realize a Maemo 5 Qt 4.6 application with google maps integration. The map: There is a good short tutorial with included…
Weiterlesen

How to add a “Find Your Company” feature to your iPhone App – Part II

David Linsin

19.05.2010
In my first installment, we laid the foundation for todays blog post. So don’t hesitate to head back for a recap, if you need to. You can download the code…
Weiterlesen

Google Maps on Android – Part 2: Overlays

Sebastian Heib

07.05.2010
In my last post about Google Maps on Android I showed you how to use the basic navigation features of google maps, like moving the map to a defined area…
Weiterlesen

How to add a 'Find Your Company' feature to your iPhone App – Part I

David Linsin

06.05.2010
We wanted to give our users the possibility to find our office. On the iPhone, the simplest way to do it, is to use Google Maps and the MapKit framework.…
Weiterlesen

Google Maps on Android – Part 1: Navigation

Sebastian Heib

30.04.2010
Integrating a google map on android is quiet simple – how to do this basically is shown in the tutorial on the android developer site. Showing the map itself is…
Weiterlesen