Type alias UserLocationEvent

UserLocationEvent: {
    native?: UIEvent;
    sourceObject: UserLocation;
}

UserLocationで発火するイベント

Type declaration

  • Optional native?: UIEvent

    UIイベント

  • sourceObject: UserLocation

    発火元インスタンス