gplaces

Last updated:

0 purchases

gplaces Image
gplaces Images
Add to Cart

Description:

gplaces

GPlaces #


πŸ‘‹ Introduction #
GPlaces provides programmatic access to Google's database of local place and business information, as well as the device's current place.
It uses the Places SDK for Android API on Android and the Places SDK for iOS on iOS.
⚑ Features #
Help your customers explore where they are and what’s around them:

Place Autocomplete automatically fills in the name and/or address of a place as users type.
Current Place returns a list of places where the user’s device is last known to be located along with an indication of the relative likelihood for each place.
Place Details return and display more detailed information about a place.
Place Photos returns high-quality images of a place.

πŸš€ Installation #
Include the latest gplaces in your pubspec.yaml
dependencies:
...
gplaces: ^0.0.3
...
copied to clipboard
πŸ”‘ Generate App key #

Go to the Google Maps Platform > Credentials page.
On the Credentials page, click Create credentials > API key. The API key created dialog displays your newly created API key.
Click Close.The new API key is listed on the Credentials page under API keys.(Remember to restrict the API key before using it in production.)


For Android add it to AndroidManifest.xml:

<application>
...
<activity>
.. </activity>

<meta-data android:name="com.google.android.geo.API_KEY" android:value="PASTE_YOUR_API_KEY_HERE"/>
...
</application>
copied to clipboard

For iOS add it to Info.plist:

<key>GooglePlaceKey</key>
<string>PASTE_YOUR_API_KEY_HERE</string>
copied to clipboard
πŸ“‘ Documentation & Example #

Checkout our GPlace Usage documentation
Checkout our Example Dart project

Issues & pull requests are more than welcome!
gplaces #

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.