- Posts: 3
 - Thank you received: 0
 
InfoBubble cannot display
- tonicosta
 - Topic Author
 - Offline
 - New Member
 - 
            
         
        Less
        More
        
            
    
        
            
        
                12 years 6 months ago                #1725
        by tonicosta
    
    
 	
	    
     
            
            
            
            
            
                                
    
                                                
    
        InfoBubble cannot display was created by tonicosta            
    
    Please Log in or Create an account to join the conversation.
- Dima
 - 
            
				
                                 - Offline
 - Platinum Member
 - 
            
         
            
        
                12 years 6 months ago                #1726
        by Dima
    
    
            
Don't forget support my developments: post review in JED , donate , help with translation
        
    
            
            
            
            
            
                                
    
                                                
    
        Replied by Dima on topic InfoBubble cannot display            
    
        Hi
Do you enter any text data into your infobubble? I mean do you enter into Tab1, Tab2... fields in placemarks details (not only Tab title)
            Do you enter any text data into your infobubble? I mean do you enter into Tab1, Tab2... fields in placemarks details (not only Tab title)
Don't forget support my developments: post review in JED , donate , help with translation
Please Log in or Create an account to join the conversation.
- tonicosta
 - Topic Author
 - Offline
 - New Member
 - 
            
         
        Less
        More
        
            
    
        - Posts: 3
 - Thank you received: 0
 
            
        
                12 years 6 months ago                #1727
        by tonicosta
    
    
            
            
            
            
            
                                
    
                                                
    
        Replied by tonicosta on topic InfoBubble cannot display            
    
        Hi,
Did not select the InfoBubble in 'InfoBubble tabs', sorry. Now is all right.
But cannot see any text into InfoBubble in map.
I selected for show title and description in 'InfoWin Content' but it is not show in map.
    Did not select the InfoBubble in 'InfoBubble tabs', sorry. Now is all right.
But cannot see any text into InfoBubble in map.
I selected for show title and description in 'InfoWin Content' but it is not show in map.
Please Log in or Create an account to join the conversation.
- Dima
 - 
            
				
                                 - Offline
 - Platinum Member
 - 
            
         
            
        
                12 years 6 months ago                #1729
        by Dima
    
    
            
Don't forget support my developments: post review in JED , donate , help with translation
        
    
            
            
            
            
            
                                
    
                                                
    
        Replied by Dima on topic InfoBubble cannot display            
    
        InfoWin content - it is for infowins.
For infobubbles - you enter tabs info
            For infobubbles - you enter tabs info
Don't forget support my developments: post review in JED , donate , help with translation
Please Log in or Create an account to join the conversation.
- tonicosta
 - Topic Author
 - Offline
 - New Member
 - 
            
         
        Less
        More
        
            
    
        - Posts: 3
 - Thank you received: 0
 
            
        
                12 years 6 months ago                #1738
        by tonicosta
    
    
 	
	    
     
            
            
            
            
            
                                
    
                                                
    
        Replied by tonicosta on topic InfoBubble cannot display            
    
    Please Log in or Create an account to join the conversation.
- Dima
 - 
            
				
                                 - Offline
 - Platinum Member
 - 
            
         
            
        
                12 years 6 months ago                #1739
        by Dima
    
    
            
Don't forget support my developments: post review in JED , donate , help with translation
        
    
    
            
            
            
            
                                
    
                                                
    
        Replied by Dima on topic InfoBubble cannot display            
    
        As you can see in demo
google-maps-utility-library-v3.googlecod...xamples/example.html
You have to create infobubble style, apply to your infobubble and define css styles in your template
            google-maps-utility-library-v3.googlecod...xamples/example.html
Code:
        infoBubble2 = new InfoBubble({
          map: map,
          content: '<div class="phoneytext">Some label</div>',
          position: new google.maps.LatLng(-35, 151),
          shadowStyle: 1,
          padding: 0,
          backgroundColor: 'rgb(57,57,57)',
          borderRadius: 4,
          arrowSize: 10,
          borderWidth: 1,
          borderColor: '#2c2c2c',
          disableAutoPan: true,
          hideCloseButton: true,
          arrowPosition: 30,
          backgroundClassName: 'phoney',
          arrowStyle: 2
        });
You have to create infobubble style, apply to your infobubble and define css styles in your template
Don't forget support my developments: post review in JED , donate , help with translation
        The following user(s) said Thank You: tonicosta     
            Please Log in or Create an account to join the conversation.
        Time to create page: 0.209 seconds