isPoint property

  1. @override
bool get isPoint
override

Inherited from MPEntity, checks whether the location's geometry is a MPPoint

Implementation

@override
bool get isPoint => _geometry is MPPoint;