GRNearByPlaceManger
class GRNearByPlaceMangerUndocumented
- 
                  
                  Undocumented DeclarationSwift static var shared = GRNearByPlaceManger()
- 
                  
                  these properties holds the palces a/c to their type for PlaceVC DeclarationSwift var restaurants = [GRPlace]()
- 
                  
                  Undocumented DeclarationSwift var companies = [GRPlace]()
- 
                  
                  Undocumented DeclarationSwift var publicPlaces = [GRPlace]()
- 
                  
                  Undocumented DeclarationSwift var restaurantsSelectedSubType = GRPlaceSubType.Restaurant
- 
                  
                  Undocumented DeclarationSwift var companiesSelectedSubType = GRPlaceSubType.Hospital
- 
                  
                  Undocumented DeclarationSwift var publicPlacesSelectedSubType = GRPlaceSubType.ShoppingMall
- 
                  
                  Undocumented DeclarationSwift let radius : Double = 2
- 
                  
                  it will return the matching type of places with GRPlaceSubType.allTypesName propertyDeclarationSwift func getTypesOfPlace(place : GRPlace) -> [String]
- 
                  
                  for getting the near by restaurants by types DeclarationSwift func getRestaurantsByTypes( type : String, callback : @escaping (_ place : GRPlace?) -> Void )
- 
                  
                  for getting the near by companies by types DeclarationSwift func getCompaniesByTypes( type : String, callback : @escaping (_ place : GRPlace?) -> Void )
- 
                  
                  for getting the near by public places by types DeclarationSwift func getPublicPlacesByTypes( type : String, callback : @escaping (_ place : GRPlace?) -> Void )
- 
                  
                  Undocumented DeclarationSwift func sortResturant()
- 
                  
                  Undocumented DeclarationSwift func sortCompanies()
- 
                  
                  Undocumented DeclarationSwift func sortPublicPlaces()
 GRNearByPlaceManger Class Reference
        GRNearByPlaceManger Class Reference