UNPKG

@cedarstudios/cedarmaps

Version:

A node.js and browser JavaScript client to CedarMaps services.

25 lines (24 loc) 466 B
module.exports = { INDEXES: { STREET_INDEX: 'cedarmaps.streets', PLACE_INDEX: 'cedarmaps.places', MIX_INDEX: 'cedarmaps.mix' }, FORWARD_GEOCODE: { TYPE: { BOULEVARD: 'boulevard', CITY: 'city', EXPRESSWAY: 'expressway', FREEWAY: 'freeway', JUNCTION: 'junction', LOCALITY: 'locality', POI: 'poi', REGION: 'region', ROUNDABOUT: 'roundabout', STATE: 'state', STREET: 'street', TOWN: 'town', VILLAGE: 'village' } }, }