You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 10, 2024. It is now read-only.
In your html, import the library <script src="proxy.php?url=https%3A%2F%2Fgithub.com.%2Fnode_modules%2Fangularjs-mapbox%2Findex.js"></script>
Include the css (or scss) in your html <link rel="stylesheet" href="proxy.php?url=https%3A%2F%2Fgithub.com.%2Fnode_modules%2Fangularjs-mapbox%2Fangular-mapbox.css"></link>
an object with the required values: lat, lng and additional a id field that should be unique. See examples for more information
identificator
string
the value inside the model who has the identificator name (unique). Example: 'id'
events
object
Refer to documentation for more information. See ./examples of how to use it. Additional, you can set events like click to the addEventListener include on the market itself. See this documentation
Circle [angular-mapbox-circle]
attribute
type
value
center
Array
An array with longitude, latitude
identificator
string
A unique name for the object. Example: 'my-circle-id'
radius
number
The radius of the circle (see unit)
unit
string
unit used on the radius: px (pixels), m (meters), km (kilometers)