Created the abstract class MapFragmentBase.java to be used as a template for creating new mapfragments. Created UserOverlayMapFragment.java & SkyHookUserOverlayMapFragment.java. these two mapfragments each maintain the mapview and its respected user overlay, allowing for simpler implmention
14 lines
575 B
XML
14 lines
575 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<classpath>
|
|
<classpathentry kind="src" path="src"/>
|
|
<classpathentry kind="src" path="gen"/>
|
|
<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
|
|
<classpathentry kind="lib" path="lib/wpsapi.jar">
|
|
<attributes>
|
|
<attribute name="javadoc_location" value="http://tcdevsvn1/ShyHookdocumentation"/>
|
|
</attributes>
|
|
</classpathentry>
|
|
<classpathentry kind="lib" path="/app/android-sdk-linux_86/extras/android-support-v4-r6-googlemaps.jar"/>
|
|
<classpathentry kind="output" path="bin/classes"/>
|
|
</classpath>
|