Class GeographicController
  
  
  
  
    Inheritance
    System.Object
    GeographicController
   
  
  Assembly: EPiServer.Cms.Shell.UI.dll
  Version: 11.20.7
  Syntax
  
    public class GeographicController : Controller
   
  Constructors
  
  
  
  
  GeographicController(ISiteConfigurationRepository, Settings)
  
  
  Declaration
  
    public GeographicController(ISiteConfigurationRepository siteConfigurationRepository, Settings settings)
   
  Parameters
  
  Methods
  
  
  
  
  AcceptTerms(Boolean)
  
  
  Declaration
  
    public ActionResult AcceptTerms(bool acceptedTerms)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | System.Boolean | acceptedTerms |  | 
    
  
  Returns
  
    
      
        | Type | Description | 
    
    
      
        | System.Web.Mvc.ActionResult |  | 
    
  
  
  
  
  CoordinatePicker()
  
  
  Declaration
  
    public ActionResult CoordinatePicker()
   
  Returns
  
    
      
        | Type | Description | 
    
    
      
        | System.Web.Mvc.ActionResult |  | 
    
  
  
  
  
  GMapsTerms()
  
  
  Declaration
  
    public ActionResult GMapsTerms()
   
  Returns
  
    
      
        | Type | Description | 
    
    
      
        | System.Web.Mvc.ActionResult |  | 
    
  
  Extension Methods