Example #1
0
        public CarWashesMapPage(GeoLocation location)
        {
            //Todo : inject the service
            _viewModel = new CarWashesMapViewModel(new GooglePlacesService(new HttpClient()), location);

            Init(location);
        }
		public CarWashesMapPage (GeoLocation location)
		{
			//Todo : inject the service
			_viewModel = new CarWashesMapViewModel (new GooglePlacesService (new HttpClient ()), location);

			Init (location);
		}