I'm trying to come up with a function to pull the nearest Asset IDs to a geopoint. The Asset IDs are in a separate feature service. I was thinking of trying to buffer the geopoint and finding intersecting points, but this will likely result in several Assets being selected. Is there a pulldata or custom js function that can do this? I'm not very good with javascript.