dashboard
repositories
filestore
activity
search
login
drone
/
drone-java
无人机java后台代码
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
无人机 -接收所有主题消息
shenyijian
2023-11-30
a9a0b2e5a938cef395ddac30a9657bd4e87e332d
[drone/drone-java.git]
/
src
/
main
/
java
/
com
/
dji
/
sample
/
amap
/
service
/
IAmapService.java
1
2
3
4
5
package com.dji.sample.amap.service;
public interface IAmapService {
Object searchByKeyword(String keyword);
}