Beispiel #1
0
        public GoogleMap()
        {
            InitializeComponent();
            service = new GoogleMapApiService();

            OpenSettings();
        }
Beispiel #2
0
        public override void Initialize()
        {
            //CreatableTypes()



            //    .EndingWith("Service")
            //    .AsInterfaces()
            //    .RegisterAsLazySingleton();

            CreatableTypes()
            .EndingWith("Service")
            .AsInterfaces()
            .RegisterAsLazySingleton();

            GoogleMapApiService.Initialize();

            //RegisterNavigationServiceAppStart<ViewModels.AddressMapViewModel>();
            RegisterAppStart <ViewModels.AddressMapViewModel>();
        }