Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

github.com/themrugraj/mvautocompleteplacesearchtextfield

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/themrugraj/mvautocompleteplacesearchtextfield

  • v0.0.0-20200110165101-bef9f800009b
  • Source
  • Go
  • Socket score

Version published
Created
Source

MVAutocompletePlaceSearchTextField

iOS - Subclass of UITextField to achieve autocompletion for Place Search like Google Places, Uber and Much more apps having maps.

MVAutocompletePlaceSearchTextField is an extension (in actual case,Subclass) of a very popular Automcomplete Textfield class MLPAutoCompleteTextField.

MVAutocompletePlaceSearchTextField is Drop-in Solution to achieve functionalities like Autpcomplete Search with Drop-down list of all suggestions related to Textual Query entered by user.(Like Google Maps, Uber, etc.)

Storyboard support it there, so user have to just Give classname to any UITextField and Bind its 'PlaceSearchTextFieldDelegate' to Delegate class.

With very simple Delegate methods developer can easily integrate and exploit This control.

Requirement

Developer has to get an API Key from Google Api console for Google Places API Web Service.

EDIT: As per the latest updates, You will need to integrate GoogleMaps SDK. For that you may head out to Google iOS SDK Integration (Step 3)

How to Use?

  • Bind 'MVPlaceSearchTextField' as Class for UITextField in the Storyboard.
  • Also set its delegate named, placeSearchDelegate.
  • And set your API Key as value of Property "strApiKey" Create iOS Key to use it here from Google Console, for more info
  • Also add [GMSServices provideAPIKey:@"YOUR API KEY"]; in application:didFinishLaunchingWithOptions of AppDelegate.

or refer Step 4 from https://developers.google.com/places/ios-api/start#get-key

That's it !!

Animated Demo

Updated with New GoogleMaps SDK for iOS

Control is now updated to use with iOS API Keys (Earlier it was using NSURLConnection along with Browser key from Google APIs).Its now fully supported with Google's standard classes like GMSPlace, so that it can be easily used along with Google Maps

Special Thanks

https://github.com/EddyBorja/MLPAutoCompleteTextField

FAQs

Package last updated on 10 Jan 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc