hera-cli
Version:
Hera Project Creator
26 lines (25 loc) • 455 B
JavaScript
Page({
data: {
latitude: 23.099994,
longitude: 113.32452,
markers: [
{
latitude: 23.099994,
longitude: 113.32452,
name: 'T.I.T 创意园'
}
],
covers: [
{
latitude: 23.099994,
longitude: 113.34452,
iconPath: '/image/location.png'
},
{
latitude: 23.099994,
longitude: 113.30452,
iconPath: '/image/location.png'
}
]
}
})