A geoview is a base class for for a map view and a scene view in ArcGIS Maps SDKs for Native Apps. These represent the view in a model view controller (MVC) architecture. The map and scene upon which these views are set represent the model. The geoview contains all of the common operations and events for working with maps and scenes, including changing what is viewable by setting a viewpoint, responding to viewpoint change events, working with graphics overlays and identifying elements that are displayed at a given location in the view.
Related terms
- map view
- scene view