Skip to main content

Mappls UI Widgets - UI Components SDK for iOS

Introduction

The MapplsUIWidgets SDK for iOS allows you can build rich apps by quickly implement reday made UI components. Currently this SDK have a widget for Searching a place using AutoSuggest API.

Dependencies

This library depends upon several Mappls's own libraries. All dependent libraries will be automatically installed using CocoaPods.

Below are list of dependencies which are required to run this SDK:

Installation

This library is available through CocoaPods. To install, simply add the following line to your podfile:

pod 'MapplsUIWidgets', '1.0.0'

On running pod install command it will automatically download and setup MapplsUIWidgets and dependent frameworks.

Authorization

MapplsAPICore

It is required to set Mappls keys to use any Mappls SDK. Please refer the documentation here.

Autocomplete

The autocomplete service in the SDK for iOS returns place predictions in response to user search queries. As the user types, the autocomplete service returns suggestions for places such as businesses, addresses and points of interest.

To see more about it go to MapplsUIWidgets PlaceSearch.

Place Picker View

The Place Picker View is a UIView component that allows a user to pick a Place using an interactive map.

To see more about it go to MapplsUIWidgets PlacePicker.