Sha256: a1e020a6c9f88320fe4a6cf841098590eede2b4b7c24878f14606405ee34f74a
Contents?: true
Size: 556 Bytes
Versions: 5
Compression:
Stored size: 556 Bytes
Contents
Ext.define('GbZh.model.SwissnamesSearch', { extend: 'Ext.data.Model', fields: [ { name: 'service', type: 'string' }, { name: 'objectorig', type: 'string' }, { name: 'rank', type: 'int' }, { name: 'label', type: 'string' }, { name: 'bbox', type: 'auto' }, { name: 'id', type: 'auto' } ], proxy: { type: 'jsonp', url : 'http://api.geo.admin.ch/swisssearch/geocoding', /* extraParams: { format: 'raw', kanton: 'ZH' } , */ callbackKey: 'cb', reader: { type: 'json', root: 'results' } } });
Version data entries
5 entries across 5 versions & 1 rubygems