Search code examples
iphoneiosapp-storemkmapviewappstore-approval

iPhone iOS should mapkit based apps look like the iPhone native maps app?


I'm building a map kit based app with a map view to display a list of pre-determined locations. I "borrowed" the look and feel of the maps app - the search bar with bookmarks list on top, the zoom to user location button in bottom left, the peel corner to reveal map type controls in bottom right.

To display a route to the map annotation, I'm opening the native maps app to plot the route.

Is this kind of "maps app" like look and feel of the maps app encouraged, or am I violating some clause ? I have not seen anything map specific in the app store review guidelines, but would like to make sure that I wont have any review trouble with my maps app.

Thank you for your input!


Solution

  • From the Location Awareness Programming Guide:

    Important The Map Kit framework uses Google services to provide map data. Use of the framework and its associated interfaces binds you to the Google Maps/Google Earth API terms of service. You can find these terms of service at http://code.google.com/apis/maps/iphone/terms.html.

    In my experience, what you're doing is just fine as long as you don't obscure the google logo at the bottom of the map.