Find & Order
v1.0
Title
Message
Create new category
What is the title of your new category?
Edit page index title
What is the title of the page index?
Edit category
What is the new title of your category?
Edit link
What is the new title and URL of your link?
Manage metadata
Copy Markdown
Open in ChatGPT
Open in Claude
Manage matadata
getAllMetaData
Return all metadata
Parameters
No parameter
Result
Name | type | description |
|---|---|---|
results | Metadata[] | metadata list |
Example
FnoMapManager.sendEvent('getAllMetaData', null, (data) => {
console.log("all metadata: ", data.results);
});
map.getAllMetaData()
--
map.sendEvent(eventName: "getAllMetaData", data: nil)
// FNOMapDelegate method
@objc optional func getAllMetaData(allMetaData: Any?)
@objc optional func fnoMap(map: FNOMap, metaDatas: [MetaData])
locationMap.getAllMetaData(new MapFNO.CallbackMetaDatas() {
@Override
public void onValue(List<MetaData> metaDatas) {
}
});
--
map.sendEvent("getAllMetaData", null, new MapFNO.CallbackJSON() {
@Override
public void onValue(JSONObject jsonObject) {
Log.d("LOG", "getAllMetaData result : " + jsonObject.toString());
}
});
Last updated on
Next to read:
Manage user positionnull
Discard Changes
Do you want to discard your current changes and overwrite with the template?
Archive Synced Block
Message
Create new Template
What is this template's title?
Delete Template
Message
