marker-query
Overview
marker-query is almost identical to marker. It differs in that the markers can be populated on the map using a query.
Basic Example
Below is an example of using capture-coordinates along with a marker-query.

<model name="user" label="User">
<field name="name" label="Name" type="text:name"/>
<field name="location" label="Location" type="location"/>
<display>{name} - {location}</display>
</model>Below is an example of using display-coordinates along with multiple query markers.

Standard Attributes
bind
bindSee marker > bind.
label
labelSee marker > label.
latitude and longitude
latitude and longitudeSee marker > latitude and longitude.
query
queryRequired
Type: location
Default: unset
A query or array of objects containing a location variable or field. Use latitude and longitude from the location variable or field to specify a marker's location.
Advanced Attributes
color
See marker > color
icon
See marker > icon
icon-color
on-press
Last updated
