Skip to content

Tags: hkdobrev/setmap

Tags

2.0.0-alpha.6

Toggle 2.0.0-alpha.6's commit message
Fix markers init when icon is not set

2.0.0-alpha.5

Toggle 2.0.0-alpha.5's commit message
Fix marker icon support

2.0.0-alpha.4

Toggle 2.0.0-alpha.4's commit message
Bump version to 2.0.0-alpha.4

2.0.0-alpha.3

Toggle 2.0.0-alpha.3's commit message
Bump version to 2.0.0-alpha.3

2.0.0-alpha.2

Toggle 2.0.0-alpha.2's commit message
Bump version to 2.0.0-alpha.2

2.0.0-alpha.1

Toggle 2.0.0-alpha.1's commit message
Simplify initialization

- Extract init functionality in separate methods.
- Correct behavior for current location:
  If the user has neither yet granted nor denied access to his location,
  the map should be visible.
  To achieve this we initialize the map and then ask for geolocation.
  If granted we change the location.
- New public method `setCurrentLocation()` exposed which could be used
  to set the map to the user's current location at a later time.
- New public method `setMarkers()` exposed which could be used to
  add new markers to the map at a later time.

2.0-alfa

Toggle 2.0-alfa's commit message
Merge branch 'master' of github.com:hkdobrev/setmap into 2.0/develop