Map extends VisibleThing

A geographical area represented as an interactive map. This Map may contain many separate MapPoints.

A Map represents a geographical map location that should be interactive -- that is, the map can be navigated from within the browser. A Map may accept and lose focus. The onInput Event can never be triggered for a Map. A Map may contain any number of MapPoints, all which will be rendered within the current Map as separate points.

The fieldValue of the Map is used as the location for the rendered map. If the fieldValue changes, the location of the map will be refreshed to the new location. If the fieldValue of the Map is empty, the map will revert to a default location. When the current location of the rendered map changes, the fieldValue of the Map should also change, and the onChange Event will be triggeredissue 225 .

[Map.html]

Examples

Implementation Notes

Inference Rules

Constraints

Attributes

(none)

Inherited Attributes

Children

(none)

Inherited Children

References

(none)

Inherited References

Extensions

Inherited Extensions