Skip to content

GeoJSON Review #5

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 384 commits into
base: master
Choose a base branch
from
Open

GeoJSON Review #5

wants to merge 384 commits into from

Conversation

juliawong
Copy link
Owner

No description provided.

juliawong and others added 30 commits January 8, 2015 16:09
…ve MultiGeometries through creating a Parser class to separate the logic and handle the processing of the data.
…eometry collections are added to the features hashmap as an arraylist
@@ -3,5 +3,10 @@
package="com.google.maps.android">
<uses-sdk android:minSdkVersion="9"/>
<!-- https://groups.google.com/group/adt-dev/browse_thread/thread/c059c0380998092b/6720093fb40fdaf9 -->
<application/>
<application>
<meta-data
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think you need this in the library.

Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was added to allow for unit tests to extend the AndroidTestCase. In particular, we need this to test the changing of icons for markers.

@markmcd
Copy link
Collaborator

markmcd commented Feb 11, 2015

This is looking great now team! When you merge this back to your master, make sure you squash the commit (i.e. in the command line steps that GitHub gives you, add '--squash' to the merge in step 2).

You should pull from googlemaps:master before merging this too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants