isMyPlace method - GeoPlace class - search library - Dart API
isMyPlace
isMyPlace method
Allow the client to access info about is it my place or not.
Returns bool. True if it is my place, false otherwise.
Implementation
bool isMyPlace() => $prototype.isMyPlace(this);