isPoint method

  1. @override
bool isPoint()
override

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

Implementation

@override
bool isPoint() => _geometry is MPPoint;