reloadStyle method
void
reloadStyle(
- ObjCObjectBase? sender
Reloads the style.
You do not normally need to call this method. The map view automatically responds to changes in network connectivity by reloading the style.
This method does not bust the cache. Even if the style has recently changed on the server, calling this method does not necessarily ensure that the map view reflects those changes.
Implementation
void reloadStyle(objc.ObjCObjectBase? sender) {
_objc_msgSend_xtuoz7(this.ref.pointer, _sel_reloadStyle_, sender?.ref.pointer ?? ffi.nullptr);
}