jackhp95 / elm-mapbox / Maps.Marker

Markers are for displaying geographic locations on the map.


type alias Marker msg =
Maps.Internal.Marker.Marker msg

There are currently two types of marker:

Create a marker

createCustom : Html.Styled.Html msg -> Maps.Geo.LatLng -> Marker msg

Create a custom HTML marker at the given latitude/longitude.