Skip to main content

Override Search Area in VertiGIS Studio Mobile

· 8 min read
Jack Basha
Quality Assurance Analyst

VertiGIS Studio Mobile enables app developers to override the default search area, which is the current visible area of the map when the app is not backed by an MMPK, to a custom area (extent) of the developer's choosing. This requires hand-editing the app JSON and working out a few details. In this blog post, I will guide you on how to do that and how to define a custom extent for search to operate within.

Converting a VertiGIS Studio Mobile SDK project to .NET MAUI

· 6 min read
Felicity Rhone
Software Developer

As of our 5.30 release, VertiGIS Studio Mobile has been migrated from Xamarin Forms to .NET MAUI, on .NET 8. We've now completed work to support MAUI in our nuget package as well, so the time has come for any Xamarin Forms projects using our SDK to do their own migration. In this blog post I'll walk you through the process, using our VertiGIS Mobile Samples project as an example.

Creating Custom Bands with the Inline SDK

· 20 min read
Michael Kowal
Software Developer

With VertiGIS Inline 2.3 and later, users now have the ability to create their own custom bands that run right in Inline using the VertiGIS Inline SDK. These custom bands are made with React and TypeScript, giving authors total control over what the band can do. Today, we will run through the steps to build, deploy and use a custom band in an Inline view.

Mobile Generic Event Listener

· 8 min read
Kenneth Walker
Software Developer

VertiGIS Studio Mobile 5.22 includes an exciting new capability for working with commands, operations, and events. This capability allows app authors to execute custom, configured actions in response to events raised in Mobile. To opt in to this behavior, app authors register an event listener (subscriber) for any given Mobile event. When this event is raised in Mobile, the corresponding configured command or operation is invoked.