Skip to content

Commit

Permalink
removed depreciated library and also removed unnecessary context from…
Browse files Browse the repository at this point in the history
… the routing class
  • Loading branch information
jdean2k6 committed Nov 15, 2013
1 parent 1baa91d commit f9ca1d8
Show file tree
Hide file tree
Showing 47 changed files with 36 additions and 912 deletions.
6 changes: 3 additions & 3 deletions example/src/com/directions/android/MyActivity.java
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
import android.os.Bundle;
import android.support.v4.app.FragmentActivity;

import com.directions.android.R;
import com.directions.route.Routing;
import com.directions.route.RoutingListener;
import com.google.android.gms.maps.CameraUpdate;
Expand All @@ -16,7 +15,8 @@
import com.google.android.gms.maps.model.MarkerOptions;
import com.google.android.gms.maps.model.PolylineOptions;

public class MyActivity extends FragmentActivity implements RoutingListener {
public class MyActivity extends FragmentActivity implements RoutingListener
{
protected GoogleMap map;
protected LatLng start;
protected LatLng end;
Expand All @@ -39,7 +39,7 @@ public void onCreate(Bundle savedInstanceState) {
start = new LatLng(18.015365, -77.499382);
end = new LatLng(18.012590, -77.500659);

Routing routing = new Routing(getApplicationContext(), Routing.TravelMode.WALKING);
Routing routing = new Routing(Routing.TravelMode.WALKING);
routing.registerListener(this);
routing.execute(start, end);
}
Expand Down
12 changes: 0 additions & 12 deletions gmaps-v1-deprecated/library/.settings/org.eclipse.jdt.core.prefs

This file was deleted.

26 changes: 0 additions & 26 deletions gmaps-v1-deprecated/library/AndroidManifest.xml

This file was deleted.

Binary file removed gmaps-v1-deprecated/library/ic_launcher-web.png
Binary file not shown.
Binary file not shown.
20 changes: 0 additions & 20 deletions gmaps-v1-deprecated/library/proguard-project.txt

This file was deleted.

15 changes: 0 additions & 15 deletions gmaps-v1-deprecated/library/project.properties

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
6 changes: 0 additions & 6 deletions gmaps-v1-deprecated/library/res/menu/activity_map.xml

This file was deleted.

5 changes: 0 additions & 5 deletions gmaps-v1-deprecated/library/res/values-v11/styles.xml

This file was deleted.

5 changes: 0 additions & 5 deletions gmaps-v1-deprecated/library/res/values-v14/styles.xml

This file was deleted.

8 changes: 0 additions & 8 deletions gmaps-v1-deprecated/library/res/values/strings.xml

This file was deleted.

5 changes: 0 additions & 5 deletions gmaps-v1-deprecated/library/res/values/styles.xml

This file was deleted.

157 changes: 0 additions & 157 deletions gmaps-v1-deprecated/library/src/com/directions/route/GoogleParser.java

This file was deleted.

This file was deleted.

Loading

0 comments on commit f9ca1d8

Please sign in to comment.