Method | Description | |
---|---|---|
GetClick ( this gLayer ) : IObservable |
||
GetDoubleClick ( this gLayer ) : IObservable |
||
GetDoubleClick ( this gLayer, int millisecondsBetweenClick ) : IObservable |
||
MakeDraggable ( this gLayer, Map map ) : IDisposable |
public static GetClick ( this gLayer ) : IObservable |
||
gLayer | this | |
return | IObservable |
public static GetDoubleClick ( this gLayer ) : IObservable |
||
gLayer | this | |
return | IObservable |
public static GetDoubleClick ( this gLayer, int millisecondsBetweenClick ) : IObservable |
||
gLayer | this | |
millisecondsBetweenClick | int | |
return | IObservable |
public static MakeDraggable ( this gLayer, Map map ) : IDisposable | ||
gLayer | this | |
map | Map | |
return | IDisposable |