File manager - Edit - /home/c14075/dragmet-ural.ru/www/bitrix/js/location/core/src/base/geocodingservicebase.js
Back
import {Location} from 'location.core'; /** * Base class for the source geocoding service */ export default class GeocodingServiceBase { geocode(addressString: string): Promise<Array<Location>, Error> { if(!addressString) { return Promise.resolve([]); } return this.geocodeConcrete(addressString); } geocodeConcrete(addressString: string): Promise<Array<Location>, Error> { throw new Error('Method geocodeConcrete() must be implemented'); } }
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0.25 |
proxy
|
phpinfo
|
Settings