Searched refs:coordType (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/base/location/frameworks/js/napi/source/ |
H A D | location_napi_system.cpp | 117 std::string coordType = type; in GetLocation() local 118 if (coordType != "wgs84") { in GetLocation() 235 std::string coordType = type; in Subscribe() local 236 if (coordType != "wgs84") { in Subscribe()
|
H A D | location_napi_adapter.cpp | 1253 auto coordType = *iter; in CreateReverseGeocodeAsyncContext() local 1255 NAPI_CALL(env, napi_create_int32(env, static_cast<int>(coordType), &eachObj)); in CreateReverseGeocodeAsyncContext()
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-location-kit/ |
H A D | js-apis-system-location.md | 196 | coordType | string | 否 | 坐标系的类型,可通过getSupportedCoordTypes获取可选值,缺省值为wgs84。 | 269 | coordType | string | 否 | 坐标系的类型,可通过getSupportedCoordTypes获取可选值,默认值为wgs84。 |
|
/ohos5.0/docs/en/application-dev/reference/apis-location-kit/ |
H A D | js-apis-system-location.md | 196 | coordType | string | No| Coordinate system type. Available types can be obtained by **getSupporte… 269 | coordType | string | No| Coordinate system type. Available types can be obtained by **getSupporte…
|
/ohos5.0/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/include/ |
H A D | gl2ext_entries.in | 1198 …GLsizei numCommands, const GLubyte *commands, GLsizei numCoords, GLenum coordType, const void *coo… 1199 CALL_HOOK_API(glPathCommandsNV, path, numCommands, commands, numCoords, coordType, coords) 1201 HOOK_API_ENTRY(void, glPathCoordsNV, GLuint path, GLsizei numCoords, GLenum coordType, const void *… 1202 CALL_HOOK_API(glPathCoordsNV, path, numCoords, coordType, coords) 1204 …GLsizei numCommands, const GLubyte *commands, GLsizei numCoords, GLenum coordType, const void *coo… 1205 …mandsNV, path, commandStart, commandsToDelete, numCommands, commands, numCoords, coordType, coords) 1207 …SubCoordsNV, GLuint path, GLsizei coordStart, GLsizei numCoords, GLenum coordType, const void *coo… 1208 CALL_HOOK_API(glPathSubCoordsNV, path, coordStart, numCoords, coordType, coords)
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.2-Release/ |
H A D | js-apidiff-geolocation.md | 285 |废弃版本有变化|类名:GetLocationOption;<br>方法or属性:coordType?: string;<br>旧版本信息:|类名:GetLocationOption;<br>方法o… 286 …类名:SubscribeLocationOption;<br>方法or属性:coordType?: string;<br>旧版本信息:|类名:SubscribeLocationOption;<br…
|
/ohos5.0/docs/en/release-notes/api-diff/v3.2-Release/ |
H A D | js-apidiff-geolocation.md | 285 …hod or attribute name: coordType?: string;<br>Old version: |Class name: GetLocationOption;<br>Meth… 286 … or attribute name: coordType?: string;<br>Old version: |Class name: SubscribeLocationOption;<br>M…
|