You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, i'm using TK.CustomMap in a cross-platform project.
In Android works fine but in iOS i can't see the map.
In y appDelegate i have this code:
global::Xamarin.Forms.Forms.Init();
Forms.Init();
FormsMaps.Init();
Xamarin.FormsMaps.Init();
TKCustomMapRenderer.InitMapRenderer();
NativePlacesApi.Init();
LoadApplication(new App());
return base.FinishedLaunching(app, options);
Missing something?
Itryed also this without succes:
var renderer = new TKCustomMapRenderer();
LoadApplication(new App());
return base.FinishedLaunching(app, options);
The text was updated successfully, but these errors were encountered:
I have same problem. I'm also wondering where iOS is google map key. Does it not use google map infrastructure? He didn't write a book for appdelegete.
Hi, i'm using TK.CustomMap in a cross-platform project.
In Android works fine but in iOS i can't see the map.
In y appDelegate i have this code:
global::Xamarin.Forms.Forms.Init();
Forms.Init();
FormsMaps.Init();
Xamarin.FormsMaps.Init();
TKCustomMapRenderer.InitMapRenderer();
NativePlacesApi.Init();
LoadApplication(new App());
return base.FinishedLaunching(app, options);
Missing something?
Itryed also this without succes:
var renderer = new TKCustomMapRenderer();
LoadApplication(new App());
return base.FinishedLaunching(app, options);
The text was updated successfully, but these errors were encountered: