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)