-
Notifications
You must be signed in to change notification settings - Fork 916
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
[V2] [Question] Is the documentation up to date and complete? #1528
Comments
Oh, I see. Except KML layer, you can follow the source code. |
Ok perfect, thanks for the clarification. If I come up with a list of missing items, do you want me to post them here? |
Yes, please. Thank you for your work. |
BaseArrayClassIt extends BaseClass but that's not mentioned in the docs. I think the only methods that matter are Circle
Environment
Map
Marker
Polygon
Polyline
TileOverlay
|
Thank you for the update. The setDebuggable() method is actually only for me (it's not perfect for users). I will update the documents for other methods. I appreciate for your great work. |
Thanks for the feedback @wf9a5m75 Also, thanks for the awesome plugin! Looks like lots of hours have been put into it. |
@ihadeed I have a question. What is the |
As far as I know, that is only used for some iOS transition animations. Not sure if they use it for anything else now, I'm not very up to date with the Framework's internals. I would say it's fair to set it's display property to none, or make it's background transparent (while google maps are visible). It shouldn't affect the behaviour of the app. |
I see. Thank you for telling that. I got relieved disabling the nav-decor class does not affect to the app behavior. I updated the plugin code to disable the nav-decor class actually. It looks fine. And I also added one method : map.getVisible() I have been working on the market clustering recently. The due date is at the end of July (Pacific time). Since of this, I have been still diddling around with the internal code. I will set the multiple_maps branch as the stable. The current plan date is August/1. |
Ok thanks. Would it be safe if we release the Ionic Native update earlier? If you only plan to add methods, and not change anything major, then I think it should be fine. |
You can release it early :) |
@ihadeed |
Thanks @wf9a5m75 .. I'll take a look when I get a chance. |
Thanks |
I'm in the progress of updating Ionic Native's Google Maps wrapper to work with the second version of this plugin.
I noticed that some methods are there in the source code, but they are not documented in the docs repo. For example, the Circle class has a
getVisible
andsetVisible
methods, but they are not documented. There are other similar instances of this confusion, but I guess you get the point.Should I follow the source code, or the docs?
The text was updated successfully, but these errors were encountered: