getSymbolBoundary method
MapRectangle
getSymbolBoundary()
Implementation
MapRectangle getSymbolBoundary() {
return MapRectangle(
-fontSize / 2, -fontSize / 2, fontSize / 2, fontSize / 2);
}
MapRectangle getSymbolBoundary() {
return MapRectangle(
-fontSize / 2, -fontSize / 2, fontSize / 2, fontSize / 2);
}