Skip to content

Commit

Permalink
Update README.json
Browse files Browse the repository at this point in the history
  • Loading branch information
darryl-lynch committed Feb 7, 2025
1 parent 62fea48 commit cc05af6
Showing 1 changed file with 31 additions and 31 deletions.
62 changes: 31 additions & 31 deletions samples/find-nearest-vertex/README.metadata.json
Original file line number Diff line number Diff line change
@@ -1,33 +1,33 @@
{
"category": "Analysis",
"description": "Find the closest vertex and coordinate of a geometry to a point.",
"formal_name": "FindNearestVertex",
"ignore": false,
"images": [
"find-nearest-vertex.png"
],
"keywords": [
"analysis",
"coordinate",
"geometry",
"geoview-compose",
"nearest",
"proximity",
"toolkit",
"vertex",
"GeometryEngine",
"ProximityResult"
],
"language": "kotlin",
"redirect_from": "",
"relevant_apis": [
"GeometryEngine",
"ProximityResult"
],
"snippets": [
"src/main/java/com/esri/arcgismaps/sample/findnearestvertex/FindNearestVertexViewModel.kt",
"src/main/java/com/esri/arcgismaps/sample/findnearestvertex/FindNearestVertexScreen.kt",
"src/main/java/com/esri/arcgismaps/sample/findnearestvertex/MainActivity.kt"
],
"title": "Find nearest vertex"
"category": "Analysis",
"description": "Find the closest vertex and coordinate of a geometry to a point.",
"formal_name": "FindNearestVertex",
"ignore": false,
"images": [
"find-nearest-vertex.png"
],
"keywords": [
"analysis",
"coordinate",
"geometry",
"geoview-compose",
"nearest",
"proximity",
"toolkit",
"vertex",
"GeometryEngine",
"ProximityResult"
],
"language": "kotlin",
"redirect_from": "",
"relevant_apis": [
"GeometryEngine",
"ProximityResult"
],
"snippets": [
"src/main/java/com/esri/arcgismaps/sample/findnearestvertex/components/FindNearestVertexViewModel.kt",
"src/main/java/com/esri/arcgismaps/sample/findnearestvertex/MainActivity.kt",
"src/main/java/com/esri/arcgismaps/sample/findnearestvertex/screens/FindNearestVertexScreen.kt"
],
"title": "Find nearest vertex"
}

0 comments on commit cc05af6

Please sign in to comment.