-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added support for append point on Polyline, Enhanced support for mana…
…ging Marker, updated sample app
- Loading branch information
Showing
105 changed files
with
3,061 additions
and
145 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<classpath> | ||
<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/> | ||
<classpathentry kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/> | ||
<classpathentry kind="src" path="src"/> | ||
<classpathentry kind="src" path="gen"/> | ||
<classpathentry kind="output" path="bin/classes"/> | ||
</classpath> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<projectDescription> | ||
<name>google-play-services_lib</name> | ||
<comment></comment> | ||
<projects> | ||
</projects> | ||
<buildSpec> | ||
<buildCommand> | ||
<name>com.android.ide.eclipse.adt.ResourceManagerBuilder</name> | ||
<arguments> | ||
</arguments> | ||
</buildCommand> | ||
<buildCommand> | ||
<name>com.android.ide.eclipse.adt.PreCompilerBuilder</name> | ||
<arguments> | ||
</arguments> | ||
</buildCommand> | ||
<buildCommand> | ||
<name>org.eclipse.jdt.core.javabuilder</name> | ||
<arguments> | ||
</arguments> | ||
</buildCommand> | ||
<buildCommand> | ||
<name>com.android.ide.eclipse.adt.ApkBuilder</name> | ||
<arguments> | ||
</arguments> | ||
</buildCommand> | ||
</buildSpec> | ||
<natures> | ||
<nature>com.android.ide.eclipse.adt.AndroidNature</nature> | ||
<nature>org.eclipse.jdt.core.javanature</nature> | ||
</natures> | ||
</projectDescription> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<manifest xmlns:android="http://schemas.android.com/apk/res/android" | ||
package="com.google.android.gms" | ||
android:versionCode="2012110" | ||
android:versionName="2.0.12 (543433-10)" > | ||
|
||
<uses-sdk android:minSdkVersion="8"/> | ||
|
||
</manifest> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
Library Project including Google Play services client jar. | ||
|
||
This can be used by an Android project to use the API's provided | ||
by Google Play services. | ||
|
||
There is technically no source, but the src folder is necessary | ||
to ensure that the build system works. The content is actually | ||
located in the libs/ directory. | ||
|
||
|
||
USAGE: | ||
|
||
Make sure you import this Android library project into your IDE | ||
and set this project as a dependency. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<manifest xmlns:android="http://schemas.android.com/apk/res/android" | ||
package="com.google.android.gms" | ||
android:versionCode="2012110" | ||
android:versionName="2.0.12 (543433-10)" > | ||
|
||
<uses-sdk android:minSdkVersion="8"/> | ||
|
||
</manifest> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
int attr cameraBearing 0x7f010001 | ||
int attr cameraTargetLat 0x7f010002 | ||
int attr cameraTargetLng 0x7f010003 | ||
int attr cameraTilt 0x7f010004 | ||
int attr cameraZoom 0x7f010005 | ||
int attr mapType 0x7f010000 | ||
int attr uiCompass 0x7f010006 | ||
int attr uiRotateGestures 0x7f010007 | ||
int attr uiScrollGestures 0x7f010008 | ||
int attr uiTiltGestures 0x7f010009 | ||
int attr uiZoomControls 0x7f01000a | ||
int attr uiZoomGestures 0x7f01000b | ||
int attr useViewLifecycle 0x7f01000c | ||
int attr zOrderOnTop 0x7f01000d | ||
int id none 0x7f020000 | ||
int id normal 0x7f020001 | ||
int id satellite 0x7f020002 | ||
int id terrain 0x7f020003 | ||
int string common_google_play_services_enable_button 0x7f030006 | ||
int string common_google_play_services_enable_text 0x7f030005 | ||
int string common_google_play_services_enable_title 0x7f030004 | ||
int string common_google_play_services_install_button 0x7f030003 | ||
int string common_google_play_services_install_text_phone 0x7f030001 | ||
int string common_google_play_services_install_text_tablet 0x7f030002 | ||
int string common_google_play_services_install_title 0x7f030000 | ||
int string common_google_play_services_unknown_issue 0x7f030009 | ||
int string common_google_play_services_update_button 0x7f03000a | ||
int string common_google_play_services_update_text 0x7f030008 | ||
int string common_google_play_services_update_title 0x7f030007 | ||
int[] styleable MapAttrs { 0x7f010000, 0x7f010001, 0x7f010002, 0x7f010003, 0x7f010004, 0x7f010005, 0x7f010006, 0x7f010007, 0x7f010008, 0x7f010009, 0x7f01000a, 0x7f01000b, 0x7f01000c, 0x7f01000d } | ||
int styleable MapAttrs_cameraBearing 1 | ||
int styleable MapAttrs_cameraTargetLat 2 | ||
int styleable MapAttrs_cameraTargetLng 3 | ||
int styleable MapAttrs_cameraTilt 4 | ||
int styleable MapAttrs_cameraZoom 5 | ||
int styleable MapAttrs_mapType 0 | ||
int styleable MapAttrs_uiCompass 6 | ||
int styleable MapAttrs_uiRotateGestures 7 | ||
int styleable MapAttrs_uiScrollGestures 8 | ||
int styleable MapAttrs_uiTiltGestures 9 | ||
int styleable MapAttrs_uiZoomControls 10 | ||
int styleable MapAttrs_uiZoomGestures 11 | ||
int styleable MapAttrs_useViewLifecycle 12 | ||
int styleable MapAttrs_zOrderOnTop 13 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
This hidden file is here to ensure there is a src folder. |
Binary file added
BIN
+353 Bytes
google-play-services_lib/bin/classes/com/google/android/gms/BuildConfig.class
Binary file not shown.
Binary file added
BIN
+1.06 KB
google-play-services_lib/bin/classes/com/google/android/gms/R$attr.class
Binary file not shown.
Binary file added
BIN
+574 Bytes
google-play-services_lib/bin/classes/com/google/android/gms/R$id.class
Binary file not shown.
Binary file added
BIN
+1.23 KB
google-play-services_lib/bin/classes/com/google/android/gms/R$string.class
Binary file not shown.
Binary file added
BIN
+1.27 KB
google-play-services_lib/bin/classes/com/google/android/gms/R$styleable.class
Binary file not shown.
Binary file added
BIN
+507 Bytes
google-play-services_lib/bin/classes/com/google/android/gms/R.class
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# cache for current jar dependecy. DO NOT EDIT. | ||
# format is <lastModified> <length> <SHA-1> <path> | ||
# Encoding is UTF-8 |
6 changes: 6 additions & 0 deletions
6
google-play-services_lib/gen/com/google/android/gms/BuildConfig.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
/** Automatically generated file. DO NOT MODIFY */ | ||
package com.google.android.gms; | ||
|
||
public final class BuildConfig { | ||
public final static boolean DEBUG = true; | ||
} |
Oops, something went wrong.