GeolocatorPositionChangeEvent GeolocatorPositionChangeEvent # Bases: Event['Geolocator'] control # control: EventControlType = field(repr=False) data # data: Any | None = field(default=None, kw_only=True) name # name: str page # page: Page | PageView | None position # position: GeolocatorPosition The current/new position of the device. target # target: int