Skip to content
This repository has been archived by the owner on Jan 16, 2018. It is now read-only.

MP_语义查询

chanjarster edited this page Nov 3, 2014 · 1 revision
WxMpSemanticQuery semanticQuery = new WxMpSemanticQuery();
semanticQuery.setQuery(...);
semanticQuery.setCategory(...);
semanticQuery.setLatitude(...);
semanticQuery.setLongitude(...);
semanticQuery.setCity(...);
semanticQuery.setAppid(...);
semanticQuery.setUid(...);

WxMpSemanticQueryResult result = semanticQuery(semanticQuery);