packages/core/src/lib/directives/polyline-point.ts
AgmPolylinePoint represents one element of a polyline within a AgmPolyline
| Providers |
{ provide: FitBoundsAccessor, useExisting: forwardRef(() => AgmPolylinePoint) }
|
| Selector | agm-polyline-point |
Methods |
Inputs |
Outputs |
constructor()
|
| latitude | |
Type : number
|
|
|
The latitude position of the point. |
|
| longitude | |
Type : number
|
|
|
The longitude position of the point; |
|
| positionChanged | |
Type : EventEmitter<google.maps.LatLngLiteral>
|
|
|
This event emitter gets emitted when the position of the point changed. |
|
| getFitBoundsDetails$ |
getFitBoundsDetails$()
|
|
Returns :
Observable<FitBoundsDetails>
|
| ngOnChanges | ||||||
ngOnChanges(changes: SimpleChanges)
|
||||||
|
Parameters :
Returns :
any
|