hasCenterQuery property

bool hasCenterQuery

Whether center query (address or location name) of this map is set.

Implementation

bool get hasCenterQuery => centerQuery != null && centerQuery!.isNotEmpty;