static void enqueue_script(
string
$handle)
     |   
     | 
	
		Enqueue a script to be included in the map frame.
Register external scripts with wp_register_script().  Register local scripts with GeoMashup::register_script().
Tags:
	
        Parameters:
    
        
   
  
    
    
		static void enqueue_style(
string
$handle)
     |   
     | 
	
		Enqueue a style to be included in the map frame.
Register external styles with wp_register_style().  Register local styles with GeoMashup::register_style().
Tags:
	
        Parameters:
    
        
   
  
    
	
		Print only resources queued for the Geo Mashup map frame.
Can be replaced with wp_head() to include all blog resources in  map frames.
Tags:
	
        
   
  
    
    
		static string|null map_property(
string
$name, [string
$new_value = null])
     |   
     | 
	
		Template tag to get a property of the map for the current request.
Current properties available: height and width for inline map styles.
Tags:
	
        Parameters: