-
Notifications
You must be signed in to change notification settings - Fork 1
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
base: master
Are you sure you want to change the base?
Conversation
…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 |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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.
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. |
Refactor of code. Default styles now set in renderer. Checking of layer on map when adding and removing layers and features.
Conflicts: demo/build.gradle gradle/wrapper/gradle-wrapper.properties library/build.gradle
…t styles will be reflected on the map
No description provided.