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

Bug fix: the icons property of MarkerClusterOptions #1937

Merged
merged 65 commits into from
Sep 2, 2017
Merged

Bug fix: the icons property of MarkerClusterOptions #1937

merged 65 commits into from
Sep 2, 2017

Conversation

wf9a5m75
Copy link
Contributor

The icons property is array of markerOptions.icon property.
And it contains additional property label.

{
  min: 3,
  url: "./assets/large.png",
  anchor: { x: 16, y: 16 },
  label: {
    color: "white",
    bold: true,
    fontSize: 14
  },
  size: {
    width: 37,
    height: 37
  }
}

wf9a5m75 and others added 28 commits August 4, 2017 09:33
- This allows BaseClass.on() is able to pass multiple retuned values from the cordova plugin side to the event lister.
Change: inside event names (must use the version 2.0.0-beta3-20170808-1950 or higher)
Update: map.getVisibleRegion()

Add: VisibleRegion class
Sync w/ ionic-team:master
fixes issue mentioned on slack by @wf9a5m75
@ihadeed ihadeed merged commit 8004790 into danielsogl:master Sep 2, 2017
@wf9a5m75
Copy link
Contributor Author

wf9a5m75 commented Sep 2, 2017

Thanks!

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.

2 participants