GooglePlacesVC
class GooglePlacesVC: UIViewController, GMSMapViewDelegate, UISearchBarDelegate
Undocumented
-
Undocumented
Declaration
Swift
@IBOutlet weak var mapView: GMSMapView! -
Undocumented
Declaration
Swift
var resultsViewController: GMSAutocompleteResultsViewController? -
Undocumented
Declaration
Swift
var searchController: UISearchController? -
Undocumented
Declaration
Swift
var resultView: UITextView? -
Undocumented
Declaration
Swift
var marker : GMSMarker? -
Undocumented
Declaration
Swift
override func viewDidLoad() -
Undocumented
Declaration
Swift
override func viewWillAppear(_ animated: Bool) -
Undocumented
Declaration
Swift
func addBarButton() -
Undocumented
Declaration
Swift
func configureMap() -
Undocumented
Declaration
Swift
func configureAutoComplete() -
Undocumented
Declaration
Swift
func showPlace() -
Undocumented
Declaration
Swift
func searchBarTextDidBeginEditing(_ searchBar: UISearchBar) -
add marker at google place location and load place from firebase if exist otherwise add the palce in firebase
Declaration
Swift
func addMarker(googlePlace : GMSPlace) -
Undocumented
Declaration
Swift
func mapView(_ mapView: GMSMapView, didTap marker: GMSMarker) -> Bool -
Undocumented
Declaration
Swift
@IBAction func myLocation(_ sender: GRButtonTwo)
-
Undocumented
Declaration
Swift
func resultsController(_ resultsController: GMSAutocompleteResultsViewController, didAutocompleteWith place: GMSPlace) -
Undocumented
Declaration
Swift
func resultsController(_ resultsController: GMSAutocompleteResultsViewController, didFailAutocompleteWithError error: Error) -
Undocumented
Declaration
Swift
func didRequestAutocompletePredictions(_ viewController: GMSAutocompleteViewController) -
Undocumented
Declaration
Swift
func didUpdateAutocompletePredictions(_ viewController: GMSAutocompleteViewController) -
Undocumented
Declaration
Swift
@objc func back()
GooglePlacesVC Class Reference