Google Places API autocomplete

Component type

module

Categories

Maintenance status

Development status

Downloads

2923

Component created

Component changed

Provides a widget for Drupal text fields with autocomplete suggestions from the Google Places API.
Also you can use the autocomplete path it defines for your own FAPI implementation.

How to use the module

1. The module exposes a widget for text fields.
2. Set the Google Places Autocomplete widget for the text field you want.
3. When typing into the text field, you can see suggestions based on the characters you typed.

Japan Postal Code

Component type

module

Maintenance status

Development status

Downloads

423

Component created

Component changed

This module provides a Japan postal code data and API for them. This fetches the csv file from the Japan post office website and insert it into the local database. After getting the data, it doesn't depend on any external service.

This fetch process from Japan post office website may fail with a timeout error because it takes a long time (it may be over 1 minute depending on the environment).

This module is only for developers. It provides only APIs and doesn't provide any UI.

Geofield Google Maps

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module extends Geofield with a new widget which allows you to get the geolocation of the address stored in another field of the entity and then move the marker in the map to set the latitude and longitude with more detail.

This module has been sponsored by WebPartners

Australian postcodes

Component type

module

Maintenance status

Development status

Downloads

388

Component created

Component changed

This module creates entities for Australian postcodes.
It does this by importing from a csv file that is included in the module.
The information that it includes for each postcode is:
Postcode
Suburb
State
Delivery centre
Delivery centre type
Latitude
Longitude

As the module leverages the Entity API, it has views support for all fields.
There is currently 1 custom views filter for state (select options instead of an autocomplete).

China Address - 中国收货地址

Component type

module

Categories

Maintenance status

Development status

Downloads

6086

Component created

Component changed

This module is mainly aimed at Chinese users, the purpose is to provide a lightweight "receiving address" solution.

Road Map:

7.x-1.x Pure and Lightweight js version (Form API)
7.x-2.x Fast and Full Interface API version

like: http://58.252.101.9/warranty/get_area_list.php?org_id=MDHJ&code=11402&ca...

Location cookie

Component type

module

Maintenance status

Development status

Component created

Component changed

Uses a web service via javascript to add cookies of the clients location.

A light weight alternative to other ip location modules with the downside of the location cookies not being available with the first page visit.

The actual cookies that are set depends on the web service that is selected on the admin page. The admin page allows you to test the service and see what cookies will be set.
Admin page: admin/config/people/location_cookie

A good use case is using the location cookie as a views contextual filter (this is what I use it for).