Back to project page GoogleDirectionsClient.
The source code is released under:
Apache License
If you think the Android project GoogleDirectionsClient listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package com.manuelpeinado.googledirectionsclient.demo; public class Common { public static final double MADRID_LAT = 40.4; public static final double MADRID_LNG = -3.683333; public static final double BARCELONA_LAT = 41.383333; public static final double BARCELONA_LNG = 2.183333; }