Darshan Patel

2pods

GPlaceAPI

Its Main purpose it to use Google Places API requests with ease in a less lines of code.

This includes following:

  • [Place Search]
    • Nearby Search (search places withing a specified area)
    • Text Search (search places based on a search string)
  • [Place Details] (get more comprehensive information about a place)
  • [Place Autocomplete] (Get place predictions based on the search text)
  • [Query Autocomplete](Get on-the-fly geographic query predictions)

License: MIT

  • Objective C

OWMAPIManager

OWMAPIManager is an iOS library for fetching weather information of OpenWeatherMap using simple blocks based API callbacks.Its Main purpose is to use OpenWeatherMap API requests with ease in a less lines of code.

License: MIT

  • Objective C