<template>
<view class="">
<!-- 地图 -->
<view class="map_container">
<map class="map" id="myMap" :longitude="longitude" :latitude="latitude" scale="16" :markers="markers"
@callouttap="callouttap" @markertap="markertap" @tap='getMap'>
</map>
</view>
<!-- 详细地址 -->
<view class="map_text">
<view class="text">
<text class="h1">{
{
textData.name}}</text
uniapp,高德地图实现选址功能(字节小程序)
最新推荐文章于 2025-03-11 15:33:35 发布
本文详细介绍了如何在uni-app中利用高德地图API开发字节跳动小程序的选址功能。通过集成地图SDK,实现了地图显示、定位、标记点设置等功能,为用户提供便捷的地理位置选择体验。

最低0.47元/天 解锁文章
1万+

被折叠的 条评论
为什么被折叠?



