Skip to content

iOS Location, Four Square Engine and Google Place Engine

Notifications You must be signed in to change notification settings

arsalananwar/JMMLocationEngine

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

JMMLocationEngine

iOS Location, Four Square Engine and Google Place Engine

Original authtor : https://github.com/LupusDei/JMMLocationEngine

Whats New : Goolge Place Search,AutoComplete and NearbyPlaces

  • To get user Location

    Example :

    [JMMLocationEngine getBallParkLocationOnSuccess:^(CLLocation *loc) {
      
    } onFailure:^(NSInteger failCode) {
    
    }];
    
  • Reverse GeoCoding

    Example :

    [JMMLocationEngine getPlacemarkLocationOnSuccess:^(CLPlacemark *place) {
      
    } onFailure:^(NSInteger failCode) {
      
    }];
    
  • FourSquare Nearby Venues

    Example :

      [JMMLocationEngine getFoursquareVenuesNearbyOnSuccess:^(NSArray *venues) {
      
      } onFailure:^(NSInteger failCode) {
      
      }];
    
  • To get FourSquare Venue Search

    Example :

      [JMMLocationEngine getFoursquareVenuesNearbyWithSearchString:searchText onSuccess:^(NSArray *venues) {
      
      } onFailure:^(NSInteger failCode) {
      
      }];
    

Added Google Places API Methods including

About

iOS Location, Four Square Engine and Google Place Engine

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Objective-C 100.0%