I want to use google earth on Android App, because the motion is really smooth and the attractiveness of the UI. Is there any framework or controls or APIs available for integrating google earth like UI in android apps.
I want to display a particular location
I want to zoom in/out to locations
I want to add/display markers from a particular zoom level onwards.
Hope I described my problem well. If it is not clear I will explain more.
Please give me answer.
While there isn’t anything quite like Google Earth (mostly because Google doesn’t offer Earth for Android), the Maps API offers the same functionality you’re looking for. From what I remember of the last time I compared Maps to Earth, the only reason you’d pick Earth over Maps is if you wanted a 3-D spherical projection of the Earth at the lowest zoom levels.
Using the Google Maps API is fairly simple. Follow these steps.