agm-marker
Defines a Map Marker component.
Markers indicate unique geographic points on the map. You can customize your markers by replacing the marker icon with a custom image.
Several Map Marker can be displayed on a map, just add them in your Goolgle Map component.
 For more information: AgmMarker.
| Name | Description | 
|---|---|
| Icon | Icon (the URL of the image) for the foreground. Setting an empty string for this field will place the default Google Map Maker Icon. | 
| Latitude | Number : The Marker will be displayed at this latitude. Must be a ‘number’ jSON type (ex: 51.678418). | 
| Longitude | Number : The Marker will be displayed at this longitude. Must be a ‘number’ jSON type (ex: 7.809007). | 
| Title | The marker title. | 
| Comment | Describes the object comment to include in the documentation report. This property generally contains an explanation about the object. | 
| Identifier | Defines the component identifier. | 
| Is active | Defines whether the component is active. | 
 Map Marker