Hi all,
I've a problem while importing the com.google.android.maps.Point class ("The import com.google.android.maps.Point cannot be resolved") that I found in many basic examples and tutorials.
As the Build Target of my project I'm using the Google APIs Target, platform 2.1, API level 7 (in Eclipse - Galileo).
From the SDK manager I see the following installed items:
- Android SDK Tools, revision 5
- SDK Platform 2.1, API 7, revision 1
- Google APIs by Google Inc., Android API 7, revision 1
(and nothing newer seems to be present among the available packages from http://dl-ssl.google.com/android/reposi ... sitory.xml)
From the Eclipse Package Explorer, if I explore the maps.jar file of the Google APIs, I can see a set of classes (inside com.google.android.maps) that does not include Point. It is the same package documented in http://code.google.com/intl/it-IT/andro ... -tree.html.
Am I pointing to an older version?
Can anyone help me, please? Thanks


