View pack · ships as a module
Google Maps for your mesh
Renders the provider-neutral MapControl with Google Maps. Your content asks for a map; the installed renderer decides which one.
What you get
- Provider-neutral — content returns
MapControl, never a Google type. - Swap by install — change provider by changing which renderer module is present.
- ⚠️ Needs a Maps API key in the deployment's configuration.
How it activates
A view pack is a module: installing lands its assembly, and the deployment lists the DLL under Modules:Assemblies to switch it on. Its static assets are served from the module itself, so the host ships nothing on its behalf and a deployment without the pack simply does not offer these views.