Skip to content

Commit

Permalink
Added support for append point on Polyline, Enhanced support for mana…
Browse files Browse the repository at this point in the history
…ging Marker, updated sample app
  • Loading branch information
kunny committed Jan 27, 2013
1 parent 2972e47 commit c7380a8
Show file tree
Hide file tree
Showing 105 changed files with 3,061 additions and 145 deletions.
8 changes: 8 additions & 0 deletions google-play-services_lib/.classpath
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>
33 changes: 33 additions & 0 deletions google-play-services_lib/.project
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>
9 changes: 9 additions & 0 deletions google-play-services_lib/AndroidManifest.xml
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>
14 changes: 14 additions & 0 deletions google-play-services_lib/README.txt
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.
9 changes: 9 additions & 0 deletions google-play-services_lib/bin/AndroidManifest.xml
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>
44 changes: 44 additions & 0 deletions google-play-services_lib/bin/R.txt
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
1 change: 1 addition & 0 deletions google-play-services_lib/bin/classes/.readme
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 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.
3 changes: 3 additions & 0 deletions google-play-services_lib/bin/jarlist.cache
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
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;
}
Loading

0 comments on commit c7380a8

Please sign in to comment.