0.0.9 • Published 2 years ago
capacitor-greatday-maps v0.0.9
capacitor-greatday-maps
The capacitor plugin for maps/location function
Install
npm install capacitor-greatday-maps
npx cap sync
API
getLocation()
getLocationRadius(...)
getLocationLabelLanguage(...)
getLocationLabelRadiusLanguage(...)
- Interfaces
getLocation()
getLocation() => Promise<any>
Returns: Promise<any>
getLocationRadius(...)
getLocationRadius(workLocationData: string) => Promise<any>
Param | Type |
---|---|
workLocationData | string |
Returns: Promise<any>
getLocationLabelLanguage(...)
getLocationLabelLanguage(options?: LabelLanguageOptions | undefined) => Promise<any>
Param | Type |
---|---|
options | LabelLanguageOptions |
Returns: Promise<any>
getLocationLabelRadiusLanguage(...)
getLocationLabelRadiusLanguage(options?: LabelLanguageRadiusOptions | undefined) => Promise<any>
Param | Type |
---|---|
options | LabelLanguageRadiusOptions |
Returns: Promise<any>
Interfaces
LabelLanguageOptions
Prop | Type |
---|---|
label1 | string |
label2 | string |
language | string |
LabelLanguageRadiusOptions
Prop | Type |
---|---|
label1 | string |
label2 | string |
language | string |
location | string |