下午好,
我写的是为了询问有关使用API KEY的问题。我正在为Android开发一个应用程序,所以我使用为www.nutiteq.com提供的服务来使用api贴图。 但问题是:
当我使用nutiteq提出的代码时:
mapComponent = new BasicMapComponent("115f89503138416a242f40fb7d7f338e4b73e583e8e343.19717285",
"TouristEye", "TouristEye", 1, 1,
new WgsPoint(mCenter.getLong(), mCenter.getLat()), 10);
mapComponent.setMap(new CloudMade(" 24c1c76c612248f7acd23978088bfb3a", 64, 1));
API Key我要求Cloud Made无法正常工作,我无法使用地图。当我拿到Api钥匙时,我选择了移动用途,并且自从我要求它以来已经过了一个多小时。
希望你能帮助我。
答案 0 :(得分:1)
public CloudMade(java.lang.String licenseKey,
java.lang.String userid,
int tileSize,
int mapLayout)
您必须在licenseKey之后添加您的用户ID。
再见