React HERE Maps v0.3.1
Pre-release
Pre-release
New Features
- Circle
- Introduced a new React component, Circle, to create circles on maps provided by HERE Maps.
- Encapsulate the Circle behaviour from the HERE Maps API, but not that of the other provided Geoshapes.
- Component is used as a child of a HEREMap component.
- Component simply creates a circle of the given radius at the given location.
- Automatic Position Changes of Circle and Marker instances
- When the lat/lng props of a Circle or Marker instance change, their position automatically changes.
- When the rad prop of a Circle instance changes, the radius automatically changes to the new value.
Changes
- Removal of Map Children
- We now remove markers and circles when their wrapper component is unmounted.