Skip to content
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

Fix problem with parse pair element ("key") and make mapOverlays function public #228

Closed
wants to merge 2 commits into from

Conversation

ArtemBoboshko
Copy link

@ArtemBoboshko ArtemBoboshko commented Apr 23, 2019

Fixes #216. I noticed that GMUKMLParser don't parse and don't save GMUPair objects to GMUStyleMap.
So i've added this logic to the GMUKMLParser.

Also, I faced with an issue that I can't make my overlays tappable after I used GMUGeometryRenderer to render geometries.
I found mapOverlays function that are not used. I think this function were made to be public but it's not in h file for some reasons.
I've made it public.

@domesticmouse Looking forward to have it merged.
Thanks.

Test passing
CLA submitted

@ArtemBoboshko ArtemBoboshko changed the title Fix problem with parse pair element ("key") Fix problem with parse pair element ("key") and make mapOverlays function public Apr 24, 2019
@stale
Copy link

stale bot commented Oct 3, 2019

This issue has been automatically marked as stale because it has not had recent activity. Please comment here if it is still valid so that we can reprioritize. Thank you!

@stale stale bot added the stale label Oct 3, 2019
@ArtemBoboshko
Copy link
Author

@domesticmouse Looking forward to having it checked.

@stale stale bot removed the stale label Oct 7, 2019
@arriolac arriolac self-requested a review December 20, 2019 23:32
@arriolac
Copy link
Contributor

arriolac commented Jan 6, 2020

@googlebot

@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Jan 6, 2020
/**
* The overlays array returned from the GMUGeometryRenderer, use after render function.
*/
- (NSArray<GMSOverlay *> *)mapOverlays;
Copy link
Contributor

Choose a reason for hiding this comment

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

Please revert this change. The mapOverlays function defined in GMUGeometryRenderer.m was not designed to be exposed in the public interface.

If you need access to this, I recommend creating a class extension similar to GMUGeometryRenderer+Testing.h to expose this method.

@@ -15,3 +15,4 @@ Michael Lapuebla <chainedtothewoods@gmail.com>
Daniel Kostrzynski <kostrzynski@google.com>
Christian Ihle <blurpy@gmail.com>
Gareth Pearce <garethpearce@google.com>
Artem Boboshko <boboshkoa@meta.ua>
Copy link
Contributor

Choose a reason for hiding this comment

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

Looks like there are some conflicts in this file that need to be addressed.

@arriolac
Copy link
Contributor

Opened #259 instead.

@arriolac arriolac closed this Jan 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
3 participants