import com.google.android.maps.geopoint cannot be resolved

Viewed 43164

I have Java GoogleMAP project.This is not android project. I have done this project previous using KML. Now Google has changed to JSON/XML. I need to save coordinates within 2 location in database -postgresql. Then accroding to that i will draw the path in MAP.

Now the problem is : GeoPoint cannot be resolved to a type . I import like this also import com.google.maps.GeoPoint;. This also show as red mark. Please let me know what is an issues or problem?

I google it. No luck. All are mention about android google api setup.

Not an android project...

please help me..

Thanks in advance.

7 Answers
Related