Exemplo n.º 1
0
 public Task Init(string id, MapOptions options)
 {
     return(_jsRuntime.JsonNetInvokeAsync <bool>(
                "googleMapJsFunctions.init",
                id,
                options));
 }
Exemplo n.º 2
0
 public async Task UnsubscribeMapEvent(string guid)
 {
     await _jsRuntime.JsonNetInvokeAsync <bool>(
         "googleMapEventJsFunctions.removeListener",
         guid);
 }